Ver código fonte

提醒次数

shish 2 anos atrás
pai
commit
2292c91f45
1 arquivos alterados com 3 adições e 2 exclusões
  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) {