I also encountered this problem recently. In fact, the server did not receive the WeChat request at all. After struggling for a long time, it turns out that the server path of the WeChat official account only supports second-level domain names, such as xxx.xxx.com, xxx.xxx.xxx. com will throw -302 error
Have you solved it? How to solve it? I reported this error, I wonder if it is the same as yours {"base_resp":{"ret":200302,"err_msg":"verify token fail"}}
Reply cannot use 'return' directly, but needs to call make_response
I also encountered this problem recently. In fact, the server did not receive the WeChat request at all. After struggling for a long time, it turns out that the server path of the WeChat official account only supports second-level domain names, such as xxx.xxx.com, xxx.xxx.xxx. com will throw -302 error
Have you solved it? How to solve it? I reported this error, I wonder if it is the same as yours {"base_resp":{"ret":200302,"err_msg":"verify token fail"}}