Wang Chen 4 년 전
부모
커밋
88a1f7ad6b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Modules/Report/Services/ReportService.php

+ 1 - 1
app/Modules/Report/Services/ReportService.php

@@ -128,7 +128,7 @@ class ReportService
         $status      = $result->getStatusCode();
         $contentJson = $result->getBody()->getContents();
         $contentArr  = json_decode($contentJson, true);
-        myLog('report')->info($uri, compact('url', 'data', 'status', 'contentJson', 'contentArr'));
+        myLog('report')->info($uri, compact('url', 'data', 'status', 'contentArr'));
 
         return $contentArr;
     }