This commit is contained in:
parent
e22d2380a4
commit
270db5c040
@ -393,7 +393,8 @@ class OrderPrescriptionService extends BaseService
|
|||||||
$prescription_pdf_oss_path = "/applet/prescription/" . $order_prescription["order_prescription_id"] . ".pdf";
|
$prescription_pdf_oss_path = "/applet/prescription/" . $order_prescription["order_prescription_id"] . ".pdf";
|
||||||
|
|
||||||
$arg = array();
|
$arg = array();
|
||||||
$arg['terminalCode'] = "ZD-10003";
|
// $arg['terminalCode'] = "ZD-10003";
|
||||||
|
$arg['terminalCode'] = "ZD-10199";
|
||||||
$arg['orderNo'] = $order_product['order_product_no']; // 订单编号
|
$arg['orderNo'] = $order_product['order_product_no']; // 订单编号
|
||||||
$arg['transactNo'] = $order_product['escrow_trade_no']; // 流水单号
|
$arg['transactNo'] = $order_product['escrow_trade_no']; // 流水单号
|
||||||
$arg['payDate'] = $order_product['pay_time']; // 支付时间
|
$arg['payDate'] = $order_product['pay_time']; // 支付时间
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user