文档
测试

用户被扫

POST
{{baseURL}}/pay/wechat/v2/pay

接口描述

用户被扫

请求参数

application/json
参数名
类型
描述
必填
hospitalId
string
商品信息描述
必填
authCode
string
付款码
必填
spbillCreateIp
string
设备编号
必填
amt
string
订单金额(分)
必填
orderNo
string
订单号
必填
remark
string
医院Id
必填

说明 / 示例

```javascript { "code": 200, "data": { "transaction_id": "4200001374202204146074275040", "nonce_str": "BEPOufyc7nen2E7Y", "bank_type": "OTHERS", "openid": "o5FiKvyny-_pwQWFMKp-qUAEWAMI", "sign": "D6BC4ECDC8EDF4CDD3746D80E987E859499257D40DFE0E411B663FB23D176669", "return_msg": "OK", "fee_type": "CNY", "mch_id": "1505660411", "cash_fee": "1", "out_trade_no": "202204141619", "cash_fee_type": "CNY", "appid": "wxb3705db7414cf424", "total_fee": "1", "trade_type": "MICROPAY", "result_code": "SUCCESS", "attach": "", "time_end": "20220414162014", "is_subscribe": "N", "return_code": "SUCCESS" }, "msg": null } ```