作者 lyh

gx

@@ -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 }