Wang Chen vor 4 Jahren
Ursprung
Commit
88a1f7ad6b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;
     }