shish 2 лет назад
Родитель
Сommit
2292c91f45
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      app-ghs/controllers/RenewController.php

+ 3 - 2
app-ghs/controllers/RenewController.php

@@ -59,8 +59,9 @@ class RenewController extends BaseController
         $mainId = $this->mainId;
         $time = 86400;
         if (getenv('YII_ENV') == 'production') {
-            if ($mainId == 7704) {
-                $time = 18000;
+            //莱漫和国恋需要更多提醒次数
+            if ($mainId == 7704 || $mainId == 65) {
+                $time = 15000;
             }
         } else {
             if ($mainId == 644) {