lvhao il y a 2 jours
Parent
commit
6ac8ad6b28
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      core/CoreApp/controllers/Api.php

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

@@ -829,6 +829,7 @@ class Api extends Start_Controller {
 	//更新独立站运单信息
 	public function _waybill($arg_array)
 	{
+		echo "waybill 执行了";
 		$where = "dlz < '1' and state = '207' and  shop != '19' and ";
 		if(date("H",time()) == '8' && date("i",time()) > '20' && date("i",time()) < '39')//USPS-USA单,已出库——使用模板3 每天早上8点半  触发发送【昨天早上7点-今天早上7点】出库的
 		{