From c77c7501e09450e12e6da398e9750981fa5288d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=90=A6?= Date: Fri, 3 Jul 2026 09:38:52 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=8E=A8=E5=B9=BF=E5=91=98=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E6=8C=82=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/controllers/OpenApiController.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/admin/controllers/OpenApiController.php b/admin/controllers/OpenApiController.php index 7dced2c..13ed4af 100644 --- a/admin/controllers/OpenApiController.php +++ b/admin/controllers/OpenApiController.php @@ -40,11 +40,12 @@ class OpenApiController extends BaseAdminController { $prescription = \Yii::$app->request->post('prescription'); - $this->sendUserNote($prescription); //处方开具待支付订阅消息通知 - \Yii::$app->queue->push(new PrescriptionCreated([ - 'orderId' => $prescription, - ])); + $this->sendUserNote($prescription); +// //处方开具待支付订阅消息通知 +// \Yii::$app->queue->push(new PrescriptionCreated([ +// 'orderId' => $prescription, +// ])); //处方生成短信通知药师审方