We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我用laravel 5.1.11的版本,在微信公众平台的服务器配置中,做服务器验证时总提示Token验证失败,验证要怎么操作,大神指教!!!!
The text was updated successfully, but these errors were encountered:
请检查你的CSRF中间件,微信服务器配置是跨域请求,需要关闭你微信接口路由的CSRF 在App\Http\Middleware\VerifyCsrfToken中的$except中加入你配置的路由名称: protected $except = [ 'wechat' ];
Sorry, something went wrong.
搞定,十分感谢!!
No branches or pull requests
我用laravel 5.1.11的版本,在微信公众平台的服务器配置中,做服务器验证时总提示Token验证失败,验证要怎么操作,大神指教!!!!
The text was updated successfully, but these errors were encountered: