|
@@ -125,10 +125,10 @@ class ReportService
|
|
],
|
|
],
|
|
'json' => $data
|
|
'json' => $data
|
|
]);
|
|
]);
|
|
- $status = $result->getStatusCode();
|
|
|
|
|
|
+ $statusCode = $result->getStatusCode();
|
|
$contentJson = $result->getBody()->getContents();
|
|
$contentJson = $result->getBody()->getContents();
|
|
$contentArr = json_decode($contentJson, true);
|
|
$contentArr = json_decode($contentJson, true);
|
|
- myLog('report')->info($uri, compact('url', 'data', 'status', 'contentArr'));
|
|
|
|
|
|
+ myLog('report')->info($uri, compact('data', 'statusCode', 'contentArr'));
|
|
|
|
|
|
return $contentArr;
|
|
return $contentArr;
|
|
}
|
|
}
|