From 270db5c04037f1d742730636624bbef9986e3203 Mon Sep 17 00:00:00 2001 From: haomingming Date: Tue, 2 Dec 2025 15:02:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E8=8D=AF=E5=BA=97?= =?UTF-8?q?=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/OrderPrescriptionService.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Services/OrderPrescriptionService.php b/app/Services/OrderPrescriptionService.php index e34a073..7b325cf 100644 --- a/app/Services/OrderPrescriptionService.php +++ b/app/Services/OrderPrescriptionService.php @@ -393,7 +393,8 @@ class OrderPrescriptionService extends BaseService $prescription_pdf_oss_path = "/applet/prescription/" . $order_prescription["order_prescription_id"] . ".pdf"; $arg = array(); - $arg['terminalCode'] = "ZD-10003"; + // $arg['terminalCode'] = "ZD-10003"; + $arg['terminalCode'] = "ZD-10199"; $arg['orderNo'] = $order_product['order_product_no']; // 订单编号 $arg['transactNo'] = $order_product['escrow_trade_no']; // 流水单号 $arg['payDate'] = $order_product['pay_time']; // 支付时间