|
@@ -64,6 +64,7 @@ class LoginController extends BaseController |
|
@@ -64,6 +64,7 @@ class LoginController extends BaseController |
|
64
|
}
|
64
|
}
|
|
65
|
$data = $encrypt->unlock_url($this->param['code'], $info['values']);
|
65
|
$data = $encrypt->unlock_url($this->param['code'], $info['values']);
|
|
66
|
$data = json_decode($data, true);
|
66
|
$data = json_decode($data, true);
|
|
|
|
67
|
+ @file_put_contents(storage_path('logs/lyh_error.log'), var_export($data, true) . PHP_EOL, FILE_APPEND);
|
|
67
|
if(!isset($data['project_id']) && !isset($data['user_id'])){
|
68
|
if(!isset($data['project_id']) && !isset($data['user_id'])){
|
|
68
|
$this->response('无效Code',Code::USER_ERROR);
|
69
|
$this->response('无效Code',Code::USER_ERROR);
|
|
69
|
}
|
70
|
}
|