From 484f60b76197bdd19350aafcb75f2aa1554e5fc7 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Mon, 19 Feb 2024 16:50:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A3=80=E6=B5=8B=E8=B5=A0?= =?UTF-8?q?=E9=80=81=E7=9A=84=E5=9B=9E=E5=90=88=E6=95=B0=E5=92=8C=E5=91=A8?= =?UTF-8?q?=E6=9C=9F1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/InquiryService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/InquiryService.php b/app/Services/InquiryService.php index 724f2aa..af3f8d7 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -1202,7 +1202,7 @@ class InquiryService extends BaseService } // 检测赠送的回合数和周期 - if (!in_array($duration, [3 * 24 * 60, 7 * 24 * 60, 5 * 24 * 60])) { + if (!in_array($duration, [3 * 24 * 60, 7 * 24 * 60, 15 * 24 * 60])) { return fail(HttpEnumCode::HTTP_ERROR, "请重新选择周期"); }