|
@@ -136,6 +136,7 @@ class ManDeviceJobHc implements ShouldQueue
|
|
|
curl_close($curl);
|
|
curl_close($curl);
|
|
|
|
|
|
|
|
$res = json_decode($response,true);
|
|
$res = json_decode($response,true);
|
|
|
|
|
+ Log::channel('apiLog')->info('request-JH', ["param" =>$post,"url"=>$url,"header"=>$header,"response"=>$res]);
|
|
|
if(! isset($res['status'])){//报错了
|
|
if(! isset($res['status'])){//报错了
|
|
|
Log::channel('apiLog')->info('hc写入数据返回错误', ["param" => $response]);
|
|
Log::channel('apiLog')->info('hc写入数据返回错误', ["param" => $response]);
|
|
|
}
|
|
}
|