gogs 3 dní pred
rodič
commit
c6023793e8
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      app/Jobs/ManDeviceJobHc.php

+ 1 - 0
app/Jobs/ManDeviceJobHc.php

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