diff --git a/script/finance_check_script.php b/script/finance_check_script.php index ed90e0a..894a03b 100644 --- a/script/finance_check_script.php +++ b/script/finance_check_script.php @@ -546,6 +546,10 @@ function mogu($product, $refunds) case '季卡': $cost += ($package['NewBuyCount'] + $package['AgainBuyCount']) * 120; + break; + case '季卡(活动)': + $cost += ($package['NewBuyCount'] + $package['AgainBuyCount']) * 120; + break; case '双月卡': @@ -582,6 +586,11 @@ function mogu($product, $refunds) $refund += $info['ConnectCount'] * 120; } break; + case '季卡(活动)': + if ((86400 * 90 - handle_time($info['RefundRestTime'])) < 10800) { + $refund += $info['ConnectCount'] * 120; + } + break; case '双月卡': if ((86400 * 90 - handle_time($info['RefundRestTime'])) < 10800) { $refund += $info['ConnectCount'] * 80;