Browse Source

Merge branch 'master' of http://gogs.renlianiot.com:4000/zmcoding/station-test-api

nana_sen 1 year ago
parent
commit
39e7403bda
1 changed files with 1 additions and 1 deletions
  1. 1 1
      catch/api/service/dispose.php

+ 1 - 1
catch/api/service/dispose.php

@@ -256,7 +256,7 @@ class dispose
                             $url_res= curl_http_post(json_encode($url_data),$url,false);
                            debug_log("InAndOUT","远程返回结果".$url_res);
                            debug_log("result","正常计算返回的结果".json_encode($url_data));
-
+                            
                            $this->temporary_label($this->redis,$data['label'],2);
                           $status['dirt']=$res;
                           $status['time']=$time;