shish 1 年之前
父节点
当前提交
3d27a10bf4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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' => '明年1月1日起提现费率将升到千分之3.3', 'action' => '查看', 'page' => '/admin/notice/fee']];
+        $notice = [['title' => '2月5号起续年费涨600', 'action' => '提前续', 'page' => '/admin/notice/fee']];
         //$notice = [];
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);