소스 검색

提交数据

lvhao 3 달 전
부모
커밋
ca662ae9ba
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      core/CoreApp/models/Model_cne.php

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

@@ -545,6 +545,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("云尚快递报文信息轨迹查询".$res);
 		$res = json_decode($res,true);
 		if($res['statusCode'] == 'success')
 		{