Commit 76c05b0d by 杨树贤

fix

parent 2b997b32
Showing with 1 additions and 1 deletions
...@@ -145,7 +145,7 @@ class AuditCenterService ...@@ -145,7 +145,7 @@ class AuditCenterService
if ($result['code'] != 0) { if ($result['code'] != 0) {
throw new Exception($result['msg']); throw new Exception($result['msg']);
} }
Log::info("---------------同步请求audit接口 {$route}-----audit返回结果-------------"); Log::info("---------------同步请求audit接口 {$route}-----audit返回结果-------------".$result['msg']);
return $result; return $result;
} catch (\Throwable $e) { } catch (\Throwable $e) {
throw $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