This commit is contained in:
wucongxing8150 2024-03-18 16:24:26 +08:00
parent 66504e386c
commit 5a4bf6feb6

View File

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