Explorar o código

添加云尚的请求链接绑定

lvhao hai 3 semanas
pai
achega
512b8d1e6e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/CoreApp/models/Model_cne.php

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

@@ -118,7 +118,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."]");
+		$this->logic_ding->sendToDing("云尚快递报文信息【".$count."】返回参数[".$res."];访问地址".$url);
 		$res = json_decode($res,true);
 		
 		if(!isset($res['returnDatas'][0]['corpBillid']))