Browse Source

提交数据

lvhao 3 months ago
parent
commit
6f82672aba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/CoreApp/models/Model_cne.php

+ 1 - 0
core/CoreApp/models/Model_cne.php

@@ -164,6 +164,7 @@ function __construct(){
         curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query(array('json'=>$count)));
 		$res = curl_exec($ch);
 		curl_close($ch);
+		$this->logic_ding->sendToDing("云尚快递报文信息运单【".$count."】返回参数[".$res."]");
 		$res = json_decode($res,true);
 		if($res['statusCode'] == 'success')
 		{