shish 1 год назад
Родитель
Сommit
0c88067201
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' => '2025年1月1日提现费率将升到千分之3.3', 'action' => '查看', 'page' => '/admin/notice/fee']];
+        $notice = [['title' => '明年1月1日起提现费率将升到千分之3.3', 'action' => '查看', 'page' => '/admin/notice/fee']];
         //$notice = [];
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);