shish 2 anos atrás
pai
commit
e28a14acb7
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      app-ghs/controllers/ConsoleController.php

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

@@ -129,8 +129,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' => '今晚凌晨01:50~02:00系统升级,暂停使用', 'action' => '-', 'page' => '']];
+        $notice = [];
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);
         $incomeList = $respond['income'] ?? [];