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']; // 支付时间