-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信回调URL回调不到 #170
Comments
@zhoujia123 肯定能啊 |
我发起扫码支付URL 为http://www.xxxx.com/wx/webchat 设置回调URL:http://www.xxxx.com/wx/notify Route::group(['namespace' => 'Webchat','prefix' => 'wx'],function(){
}); 去掉了VerifyCsrfToken.php 中间件 为什么微信就是调用不过来? |
1、直接在浏览器里用这个url访问下看能不能到。 |
|
域名已经在微信开发中心填写安全域名,支付能正常支付,域名是正常的一级域名,设置的也是同域地址 |
浏览器访问也能正常返回xml格式数据 |
记日志吧…… |
通过记录详细的日志发现,数据解析出错了,现在正在排查,谢谢各位大神的指导! |
http://www.xxxx.com/wx/notify 这类的URL不能回调到?
The text was updated successfully, but these errors were encountered: