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