shish 1 yıl önce
ebeveyn
işleme
964d87fc99
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app-ghs/controllers/ConsoleController.php

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

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