lvhao 3 tháng trước cách đây
mục cha
commit
2465a7553b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      core/CoreApp/controllers/Api.php

+ 1 - 0
core/CoreApp/controllers/Api.php

@@ -1675,6 +1675,7 @@ class Api extends Start_Controller {
 		@$this->allocation->insert(array('title'=>date('Y-m-d',time()).'-'.$shopid));
 		$where = "shop = '".$where['shop']."' and waybill != '' and library = '2' and expressstate <= '".$where['expressstate']."' and librarytime > '".(time()-22*24*3600)."' and wlcontent not like '%".$where['wlcontent']."%'";//正式发送的时候开启这个"'
 		//$where = "shop = '".$where['shop']."' and waybill != '' and library = '2' and express = '3' and librarytime > '1636300800' and wlcontent not like '%".$where['wlcontent']."%'";//正式发送的时候开启这个"'
+		$this->logic_ding->sendToDing("wlfs执行信息".json_encode($data,JSON_UNESCAPED_UNICODE));
 		$data = $this->fullorder->find_all($where);
 		$csck = array();
 			foreach ($data as $k=>$v)