|
...
|
...
|
@@ -228,7 +228,7 @@ class LoginController extends BaseController |
|
|
|
*/
|
|
|
|
public function globalSo_v6_login(UserLoginLogic $logic){
|
|
|
|
$common = new Common();
|
|
|
|
$arr = $common->decrypt($this->param['token']);
|
|
|
|
$arr = $common->decrypt(urldecode($this->param['token']));
|
|
|
|
if(empty($arr)){
|
|
|
|
$this->response('登录失败',Code::USER_ERROR);
|
|
|
|
}
|
...
|
...
|
|