文档
测试

4.1.确认缴费

POST
{{baseURL}}/confirmPay

接口描述

确认缴费(生成诊间缴费订单)

请求参数

application/json
参数名
类型
描述
必填
patientNumber
string
患者唯一编号
必填
outPatientNumber
string
门诊号 或诊间支付单据号(支持多个单据号,多个以“,”分割)
必填

响应参数

application/json
参数名
类型
描述
必填
tradeNo
string
订单编号(支持多个订单编号,多个以“,”分割)
必填
totalAmount
string
总金额
必填
memo
string
备注
必填

说明 / 示例

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