Explorar o código

修改正鑫云途的 报文记录

lvhao hai 19 horas
pai
achega
fcb1387936
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      core/CoreApp/models/Model_zxyuntu.php

+ 2 - 2
core/CoreApp/models/Model_zxyuntu.php

@@ -131,8 +131,8 @@ function __construct(){
         curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query(array('json'=>$count)));
 		$res = curl_exec($ch);
 		curl_close($ch);
-		$this->logic_ding->sendToDing("正鑫快递请求链接".$url);
-		$this->logic_ding->sendToDing("正鑫快递报文信息【".$count."】返回参数[".$res."]");
+		//$this->logic_ding->sendToDing("正鑫快递请求链接".$url);
+		$this->logic_ding->sendToDing("正鑫快递报文信息【".$count."】返回参数[".$res."].||".$url);
 		
 		$res = json_decode($res,true);