lvhao 1 ngày trước cách đây
mục cha
commit
f8470a3942
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/CoreApp/models/Model_job_getyuntuwaybillid.php

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

@@ -98,7 +98,7 @@ class Model_job_getyuntuwaybillid extends Lin_Model {
         foreach($arr as $item){
             sleep(1);
             $res = $this->yuntu->getTransferNumber($item);
-            $this->logic_ding->sendToDing("云途转单号获取信息返回信息:".json_encode($res));
+            //$this->logic_ding->sendToDing("云途转单号获取信息返回信息:".json_encode($res));
             if(isset($res['result'])){
                 if(isset($res['result']['carriers'])){
                     foreach($res['result']['carriers'] as $value){