shish 1 năm trước cách đây
mục cha
commit
aba1125265
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app-ghs/controllers/ConsoleController.php

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

@@ -157,7 +157,7 @@ class ConsoleController extends BaseController
         $currentTime = time();
         $deadTime = strtotime($deadline);
         if($currentTime>$deadTime){
-            $notice[] = ['title' => '系统已到期,请及时续费', 'action' => '如何续', 'page' => '/admin/notice/fee'];
+            $notice[] = ['title' => '系统已到期,请及时续费,3天后将停用', 'action' => '如何续', 'page' => '/admin/notice/fee'];
         }
 
         $mainId = $this->mainId;