正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -349,7 +349,7 @@ class ComController extends BaseController | @@ -349,7 +349,7 @@ class ComController extends BaseController | ||
| 349 | 'total'=>$this->param['now'] ?? 10, | 349 | 'total'=>$this->param['now'] ?? 10, |
| 350 | ]; | 350 | ]; |
| 351 | $lists = http_post($url,$param); | 351 | $lists = http_post($url,$param); |
| 352 | - @file_put_contents(storage_path('logs/lyh_error.log'), var_export($token, true) . PHP_EOL, FILE_APPEND); | 352 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export(Hash::make($token), true) . PHP_EOL, FILE_APPEND); |
| 353 | $this->response('success',Code::SUCCESS,$lists); | 353 | $this->response('success',Code::SUCCESS,$lists); |
| 354 | } | 354 | } |
| 355 | } | 355 | } |
-
请 注册 或 登录 后发表评论