浏览代码

提交数据

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;