From 5a4bf6feb6560e2e0722a6b5d23a869a1aa4453c Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Mon, 18 Mar 2024 16:24:26 +0800 Subject: [PATCH] 1 --- 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 a57bd2b..a65c5c3 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -1130,7 +1130,7 @@ class InquiryService extends BaseService $time = 60 * 60 * 24 * 3; if (\Hyperf\Config\config("app_env") == "dev"){ - $time = 10; + $time = 60; } $message = new AutoFinishInquiryDelayDirectProducer($data);