tongshanglei 1 年之前
父节点
当前提交
ea2e0cdf21
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      catch/api/controller/Api.php

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

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