mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改微信网页授权
This commit is contained in:
parent
c68f970527
commit
df5e4196b4
@ -93,6 +93,7 @@ class BasicWechat extends Controller {
|
||||
exit("微信网页授权失败,{$wechat->errMsg}[{$wechat->errCode}]");
|
||||
}
|
||||
session('openid', $this->openid = $result['openid']);
|
||||
eixt($redirect_url);
|
||||
!$fullMode && $this->redirect($redirect_url);
|
||||
// 微信粉丝信息处理
|
||||
$this->fansinfo = WechatService::getFansInfo($this->openid);
|
||||
|
Loading…
x
Reference in New Issue
Block a user