소스 검색

提交数据

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

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

@@ -707,6 +707,7 @@ function __construct(){
 		{
 			$number['city'] = '';
 		}
+		$this->logic_ding->sendToDing("usps老接口快递轨迹".json_encode($values));
 		if(isset($values['TrackInfo']['TrackDetail'][0]))//是否有信息
 		{
 			$exstate = 0;