新增模拟支付接口

This commit is contained in:
2023-03-15 16:15:47 +08:00
parent cff132c5d4
commit f2450cbcd5
4 changed files with 149 additions and 28 deletions
+3
View File
@@ -22,6 +22,9 @@ class PatientOrderRequest extends FormRequest
"order_type", // 订单类型(1:问诊订单 2:药品订单)
"order_no"// 订单编号
],
'addPatientOrderPay' => [ // 模拟支付成功-金额为0时使用
"order_no"// 订单编号
],
'addPatientProductOrder' => [ // 创建药品订单
"order_prescription_id",
"address_id",