소스 검색

修改usps的参数

lvhao 4 달 전
부모
커밋
118faec498
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/models/Model_usps.php

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

@@ -529,7 +529,7 @@ function __construct(){
 		curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,1800000);
 		$res = curl_exec($ch);
 		curl_close($ch);
-		$this->logic_ding->sendToDing("usps获取退货面单的返回参数".$res);
+		$this->logic_ding->sendToDing("usps获取退货面单的返回参数【".$data['number']."】".$res);
 		$res = json_decode($res, true);
 		return $res;
 	}