文档
测试

4.1.确认缴费

POST
{{baseURL}}/confirmPay

接口描述

确认缴费

请求参数

application/json
参数名
类型
描述
必填
patientNumber
string
患者唯一编号
必填
outPatientNumber
string
门诊号
可选
tradeNo
array
订单编号列表
可选

响应参数

application/json
参数名
类型
描述
必填
tradeNo
string
订单编号
必填
totalAmount
string
总金额
必填
memo
string
备注
必填

说明 / 示例

```javascript { "code":"200", "message":"业务逻辑成功", "data":{ "tradeNo":"xxxxx", "totalAmount":"xxxxx", "memo":"xxxxx" } } ```