Wang Chen 4 years ago
parent
commit
88a1f7ad6b
1 changed files with 1 additions and 1 deletions
  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;
     }