tongshanglei 1 year ago
parent
commit
ea2e0cdf21
1 changed files with 1 additions and 1 deletions
  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";
                         $postFields = http_build_query($send_data);
                         $url_res= curl_http_post($postFields,$url,false);
-                        echo 'assetReceiveReport res'.PHP_EOL;
+                        echo 'assetReport res'.PHP_EOL;
                     var_dump($url_res);
                     }