Browse Source

修改获取订单的监听

lvhao 2 months ago
parent
commit
be29c4081f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/models/Model_api.php

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

@@ -14,7 +14,7 @@ function __construct(){
 		//$jqtime = ($name=='SuperNova')?24*3600*2:(2*3600 + 24*3600);
 		$fromTime = time()-36*3600-$jqtime;//strtotime('yesterday')-$jqtime;//昨日0点+1小时保险无漏单
 		$toTime = time();
-		$this->logic_ding->sendToDing("独立站获取订单的店铺执行【".$name."】".json_encode($shop));
+		//$this->logic_ding->sendToDing("独立站获取订单的店铺执行【".$name."】".json_encode($shop));
 		if($name == 'SU' || $name== 'SN')
 		{
 			$path = $_SERVER["DOCUMENT_ROOT"] . '/data/token/supernovawig.txt';