shish 1 tahun lalu
induk
melakukan
4c1666d9fc
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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' => '今晚凌晨01:50~02:00系统升级,暂停使用', 'action' => '-', 'page' => '']];
-        $notice = [];
+        $notice = [['title' => '2025年1月1日费率将提升', 'action' => '-', 'page' => '']];
+        //$notice = [];
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);
         $incomeList = $respond['income'] ?? [];