|
...
|
...
|
@@ -54,7 +54,7 @@ class ComController extends BaseController |
|
|
|
*/
|
|
|
|
public function autologin(UserLoginLogic $logic, EncryptUtils $encrypt)
|
|
|
|
{
|
|
|
|
$data = $encrypt->authcode($this->param['code'], 'DECODE', 'autologin');
|
|
|
|
$data = $encrypt->unlock_url($this->param['code'], 'v6.globalso.com');
|
|
|
|
$data = json_decode($data, true);
|
|
|
|
if(empty($data['project_id'])){
|
|
|
|
$this->response('无效Code',Code::USER_ERROR);
|
...
|
...
|
|