1
This commit is contained in:
parent
f2879527ae
commit
932d294050
@ -19,7 +19,7 @@ class PatientOrderRequest extends FormRequest
|
||||
'family_id',// 家庭成员id(就诊用户)
|
||||
],
|
||||
'getPatientOrderPayInfo' => [ // 获取患者订单支付数据
|
||||
"order_type", // 订单类型(1:问诊订单 2:药品订单)
|
||||
"order_type", // 订单类型(1:问诊订单 2:药品订单 3:检测订单)
|
||||
"order_no"// 订单编号
|
||||
],
|
||||
'addPatientOrderPay' => [ // 模拟支付成功-金额为0时使用
|
||||
@ -73,7 +73,7 @@ class PatientOrderRequest extends FormRequest
|
||||
|
||||
'inquiry_status' => 'required|integer|min:0|max:4',
|
||||
|
||||
'order_type' => 'required|integer|min:1|max:2',
|
||||
'order_type' => 'required|integer|min:1|max:3',
|
||||
'order_no' => 'required',
|
||||
|
||||
'order_prescription_id' => 'required',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user