文档
测试

用户被扫

POST
{{baseURL}}/pay/alipay/sweptScan

接口描述

用户被扫

请求参数

application/json
参数名
类型
描述
必填
orderNo
string
订单编号
必填
amt
string
订单金额
必填
hospitalId
string
医院id
必填
barCode
string
付款码
必填
remark
string
备注
必填

响应参数

application/json
参数名
类型
描述
必填
code
string
响应编码
必填
message
string
响应结果
必填
data
object
必填
third_order_num
string
支付宝交易单号
必填
pay_order_num
string
商户订单号(已his订单号一致)
必填
his_order_num
string
his订单号(已商户订单号一致)
必填
amount
string
金额
必填
create_time
string
时间
必填

说明 / 示例

```javascript { "code":"200", "message":"业务逻辑成功", "data": { "amount": "0.01", "pay_order_num": "4564655165151651", "create_time": null, "third_order_num": "2022031122001459271447791070", "his_order_num": "4564655165151651" } } ```