shish 1 rok pred
rodič
commit
23277d5ebe
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app-ghs/controllers/ConsoleController.php

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

@@ -149,7 +149,7 @@ class ConsoleController extends BaseController
         $get = Yii::$app->request->get();
         $get = Yii::$app->request->get();
         $version = $get['version'] ?? 1;
         $version = $get['version'] ?? 1;
 
 
-        $notice = [['title' => '2025年1月1日费率将提升', 'action' => '查看详情', 'page' => '']];
+        $notice = [['title' => '2025年1月1日费率将提升', 'action' => '查看原因', 'page' => '']];
         //$notice = [];
         //$notice = [];
         $mainId = $this->mainId;
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);
         $respond = StatSaleClass::profile($mainId);