tongshanglei hace 1 año
padre
commit
e054fc6d14
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      catch/api/controller/Api.php

+ 1 - 1
catch/api/controller/Api.php

@@ -251,7 +251,7 @@ class Api extends CatchController
                     
                         //推送数据
                         $url="http://localhost:8115/api/assetReport";
-                        $postFields = http_build_query($report_data);
+                        $postFields = http_build_query($send_data);
                         $url_res= curl_http_post($postFields,$url,false);
                         echo 'assetReceiveReport res'.PHP_EOL;
                     var_dump($url_res);