mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
wechat mini
This commit is contained in:
@ -136,7 +136,7 @@ class User extends Common
|
||||
{
|
||||
$result['openid'] = $result['openId'];
|
||||
$result['referrer']= isset($this->data_post['referrer']) ? intval($this->data_post['referrer']) : 0;
|
||||
return UserService::AuthUserProgram($result, 'wechat_openid');
|
||||
return UserService::AuthUserProgram($result, 'weixin_openid');
|
||||
}
|
||||
return DataReturn('获取用户信息失败', -100);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user