shizhongqi 4 anni fa
parent
commit
fd1bcd4637

+ 0 - 5
app-ghs/controllers/ConsoleController.php

@@ -4,13 +4,8 @@ namespace ghs\controllers;
 
 use biz\stat\classes\StatSaleClass;
 use biz\stat\services\StatOutService;
-use bizHd\stat\classes\StatViewClass;
 use bizHd\stat\classes\StatVisitClass;
-use bizHd\stat\services\StatIncomeMonthService;
-use bizHd\stat\services\StatIncomeService;
-use bizHd\stat\services\StatUserService;
 use common\components\dict;
-use common\components\httpUtil;
 use common\components\util;
 use Yii;
 

+ 2 - 2
biz/notice/classes/NoticeClass.php

@@ -34,7 +34,7 @@ class NoticeClass extends BaseClass
             $adminId = $admin['id'] ?? 0;
             //APP通知
             //pushNotice::push($adminId, $clientId, '新订单通知', $customName . '下单' . $actPrice . '元');
-            pushNotice::gtPush($adminId, $clientId, '新订单通知', $customName . '下单' . $actPrice . '元');
+            pushNotice::gtPush($clientId, '新订单通知', $customName . '下单' . $actPrice . '元');
         }
     }
 
@@ -55,7 +55,7 @@ class NoticeClass extends BaseClass
             }
             $adminId = $admin['id'] ?? 0;
             //pushNotice::push($adminId, $clientId, '提现到账通知', $amount . '元已到账,请查收');
-            pushNotice::gtPush($adminId, $clientId, '提现到账通知', $amount . '元已到账,请查收');
+            pushNotice::gtPush($clientId, '提现到账通知', $amount . '元已到账,请查收');
         }
     }