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);