Browse Source

更新通知

shish 1 year ago
parent
commit
9468556094
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app-ghs/controllers/ConsoleController.php

+ 2 - 2
app-ghs/controllers/ConsoleController.php

@@ -149,8 +149,8 @@ class ConsoleController extends BaseController
         $get = Yii::$app->request->get();
         $version = $get['version'] ?? 1;
 
-        $notice = [['title' => '明年1月1日起提现费率将升到千分之3.3', 'action' => '查看', 'page' => '/admin/notice/fee']];
-        //$notice = [];
+        //$notice = [['title' => '明年1月1日起提现费率将升到千分之3.3', 'action' => '查看', 'page' => '/admin/notice/fee']];
+        $notice = [];
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);
         $incomeList = $respond['income'] ?? [];