This commit is contained in:
wucongxing8150 2024-03-15 18:49:23 +08:00
parent dff1b5dcc0
commit fba2ee92ec

View File

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