From db14967d6ccae013972286ca1b22e65a46b1eef8 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Tue, 28 Mar 2023 09:52:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BB=B6=E8=BF=9F=E9=98=9F?= =?UTF-8?q?=E5=88=97=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/InquiryService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/InquiryService.php b/app/Services/InquiryService.php index 8e16bde..9128581 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -278,7 +278,7 @@ class InquiryService extends BaseService $data['order_inquiry_id'] = $order_inquiry['order_inquiry_id']; $message = new CancelUnpayOrdersDelayDirectProducer($data); // 快速/购药-5分钟 - $message->setDelayMs(1000 * 60 * 60 * 24); + $message->setDelayMs(1000 * 60 * 5); $producer = $this->container->get(Producer::class); $res = $producer->produce($message); if (!$res) {