支付药品订单
POST
http://localhost:9000/user/payment/drug
请求参数
参数名
类型
描述
必填
orderId
array
订单id数组
必填
userId
number
用户id
必填
doctorId
number
医生id
必填
响应参数
参数名
类型
描述
必填
code
string
示例:200
必填
msg
string
示例:支付成功
必填