|
@@ -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);
|