@@ -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) {