This commit is contained in:
2024-05-07 11:30:07 +08:00
parent 11921ac352
commit bed019df0d
2 changed files with 2 additions and 2 deletions
+1 -1
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);