From fba2ee92ecdd24809807875c659501e0207f8b15 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Fri, 15 Mar 2024 18:49:23 +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 6704964..0f0776e 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 = 60 * 10; + $time = 60 * 1; } $message->setDelayMs(1000 * $time);