lvhao vor 2 Tagen
Ursprung
Commit
6ac8ad6b28
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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)
 	public function _waybill($arg_array)
 	{
 	{
+		echo "waybill 执行了";
 		$where = "dlz < '1' and state = '207' and  shop != '19' and ";
 		$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点】出库的
 		if(date("H",time()) == '8' && date("i",time()) > '20' && date("i",time()) < '39')//USPS-USA单,已出库——使用模板3 每天早上8点半  触发发送【昨天早上7点-今天早上7点】出库的
 		{
 		{