You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pay页面:授权后,获取地址,支付参数,调用支付。
支付完成后,进入一个新的页面。
这时,点击返回,会有一个错误:
InvalidArgumentException in AccessToken.php line 44:
The key "access_token" could not be empty。
我用的环境
laravel 5.2
微信iOS版本
PHP 版本:5.6
overtrue/wechat 版本:3.0
问题及现象
pay页面:授权后,获取地址,支付参数,调用支付。
支付完成后,进入一个新的页面。
这时,点击返回,会有一个错误:
InvalidArgumentException in AccessToken.php line 44:
The key "access_token" could not be empty。
从支付之后的新的页面返回支付页面是,会先返回到授权页面,如:
https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxe330df283d0d22bd&redirect_uri=http%3A%2F%2Fzaihu.me%2Fwechat%2Forders%2Fpay%2F150&response_type=code&scope=snsapi_base&state=56f9edca19082&connect_redirect=1#wechat_redirect
The text was updated successfully, but these errors were encountered: