Merge branch 'master' of http://app.git.1nww.com:8188/gitlab-instance-db4ab2e7/cxhxy
This commit is contained in:
commit
c7bd6b62b6
@ -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