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

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

@@ -131,7 +131,8 @@ class ConsoleController extends BaseController
         $version = $get['version'] ?? 1;
 
         //$notice = [['title' => '今晚凌晨01:50~02:00系统升级,暂停使用', 'action' => '-', 'page' => '']];
-        $notice = [];
+        $notice = [['title' => '现任务重客户多,出问题自行找原因,实解决不了再反馈,', 'action' => '-', 'page' => '']];
+        //$notice = [];
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);
         $incomeList = $respond['income'] ?? [];