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