1
This commit is contained in:
parent
b0ff8154c1
commit
a04c5359ec
@ -203,7 +203,8 @@ class User extends Controller
|
||||
'openid' => $openid,
|
||||
'redirect_uri' => 'https://app.cxhxy.dev.1nww.com/#/pages/details/details'
|
||||
];
|
||||
return $this->renderSuccess($arr, '成功');
|
||||
|
||||
return redirect(urlencode('https://app.cxhxy.dev.1nww.com/#/pages/details/details?openid=' . $openid));
|
||||
}
|
||||
}
|
||||
return $this->renderError('授权失败');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user