php - When authorizing the WeChat web page to obtain the code, it occasionally fails to obtain it?
大家讲道理
大家讲道理 2017-06-22 11:54:03
0
2
793

I developed it using laravel,
Code to redirect to WeChat:

$redirect_url= 'xxx.com/xx/x';
return redirect()->intended($redirect_url);

But in the corresponding controller, sometimes there will be a problem of not getting the code. In most cases, it can be obtained. What is the situation? Is it a problem with WeChat itself?

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(2)
女神的闺蜜爱上我

Are the redirected hosts the same?

三叔

Now WeChat authorization must put a file on the server, have you put it?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!