正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论