From f97d307478121d06cb95691b00b5c936ac266206 Mon Sep 17 00:00:00 2001 From: wanyongkang <937888580@qq.com> Date: Thu, 26 Nov 2020 11:38:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E5=90=8E=E5=8F=B0=20=E8=80=81?= =?UTF-8?q?=E9=B9=B0=E6=B4=BB=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/finance_check_script.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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']) {