Commit 6487d754 by 杨树贤

fix

parent 76c05b0d
Showing with 1 additions and 1 deletions
......@@ -145,7 +145,7 @@ class AuditCenterService
if ($result['code'] != 0) {
throw new Exception($result['msg']);
}
Log::info("---------------同步请求audit接口 {$route}-----audit返回结果-------------".$result['msg']);
Log::info("---------------同步请求audit接口 {$route}-----audit返回结果-------------".\json_encode($result['data']));
return $result;
} catch (\Throwable $e) {
throw $e;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment