the official account Token of Wechat is verified successfully, but the message sent by the official account cannot be received in the callback
the official account Token of Wechat is verified successfully, but the message sent by the official account cannot be received in the callback
paste code?
check the access log. If there is no access, see if your address is correct. If there is an access, take a look at your processing code
verify that it is a GET request, and the message sent by the official account is a POST request.
use postman emulation to request an interface to find the problem. I was fooled at that time. I didn't expect it. But this kind of problem is usually the problem of your program. It has little to do with the official account
Wechat official account non-silent login user refuses to stay on the login page, how to make the user exit the page directly after refusing, instead of redirecting to the page in front of Wechat. my current implementation is that the front end has a lin...
I just started to learn the development of official account. According to the tutorials of Mutu.com, the previous server verification part has been successful, and the latter reply part can not be received on Wechat. I would like to ask God for help to ...