feat : wx login
This commit is contained in:
@@ -31,7 +31,7 @@ class BindPhoneByWxService extends BaseService
|
||||
{
|
||||
$this->checkBindPhone($this->userId);
|
||||
|
||||
$wxPhone = $this->jsCodeGetPhoneNumber($this->request->input('code'));
|
||||
$wxPhone = $this->jsCodeGetPhoneNumber($this->request->input('js_code'));
|
||||
|
||||
if (empty($wxPhone['phone_info']['purePhoneNumber'])) throw new ErrException('微信手机号查询失败,请联系人工客服处理');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user