This commit is contained in:
wucongxing8150 2024-05-07 11:30:07 +08:00
parent 11921ac352
commit bed019df0d
2 changed files with 2 additions and 2 deletions

View File

@ -2824,7 +2824,7 @@ class CallBackController extends AbstractController
$time = 1000 * 60 * 60 * 24;
if (\Hyperf\Config\config('app_env') == "dev"){
$time = 1000 * 30;
$time = 1000 * 60 * 5;
}
$message = new DoctorNotYetInquiryDelayDirectProducer($data);
$message->setDelayMs($time);

View File

@ -1000,7 +1000,7 @@ class OrderServicePackageService extends BaseService
$time = 1000 * 60 * 60 * 2;
if (\Hyperf\Config\config('app_env') == "dev"){
$time = 1000 * 30;
$time = 1000 * 60 * 5;
}
}