diff --git a/script/finance_check_script.php b/script/finance_check_script.php index 64a20b1..4e10871 100644 --- a/script/finance_check_script.php +++ b/script/finance_check_script.php @@ -4,8 +4,8 @@ * @version: * @Author: kangkang * @Date: 2020-10-03 18:23:43 - * @LastEditors: kangkang - * @LastEditTime: 2020-11-18 11:24:58 + * @LastEditors: Please set LastEditors + * @LastEditTime: 2020-11-26 11:36:17 */ $is_script = 1; include __DIR__ . '/../index.php'; @@ -310,7 +310,7 @@ function qx_rule($product, $refunds, $product_type = true) //天天,老鹰退款规则 function tl_rule($product, $refunds, $product_type = false) { - $month = $product_type ? 40 : 37; + $month = 30; $cost = 0; foreach ($product as $package) { switch ($package['PackageName']) {