shish пре 2 година
родитељ
комит
cf6b544598
1 измењених фајлова са 2 додато и 2 уклоњено
  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();
         $get = Yii::$app->request->get();
         $version = $get['version'] ?? 1;
         $version = $get['version'] ?? 1;
 
 
-        //$notice = [['title' => '新上线整单满减功能', 'action' => '查看视频', 'page' => '/admin/book/detail?id=orderReach']];
-        $notice = [];
+        $notice = [['title' => '明天(7号)凌晨01:50 ~ 02:00系统升级,暂停使用', 'action' => '注意', 'page' => '']];
+        //$notice = [];
         $mainId = $this->mainId;
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);
         $respond = StatSaleClass::profile($mainId);
         $incomeList = $respond['income'] ?? [];
         $incomeList = $respond['income'] ?? [];