shish 1 rok temu
rodzic
commit
6a720593d7
1 zmienionych plików z 1 dodań i 1 usunięć
  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();
         $version = $get['version'] ?? 1;
 
-        $notice = [['title' => '2月5号起,续年费涨600,请提前安排', 'action' => '提前续', 'page' => '/admin/notice/fee']];
+        $notice = [['title' => '2月5号起,续年费涨600,请提前安排', 'action' => '如何续', 'page' => '/admin/notice/fee']];
         //$notice = [];
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);