交互模式
请求:后台请求交互模式
| 接口名称:/open/direct/lql/subMerchantWithdraw |
|---|
请求参数:
| 字段 | 类型 | 必填项 | 描述 |
| outTransId | text | 是 | 第三方流水号,第三方系统内部流水号,需唯一 |
| merchantId | int | 是 | 来钱乐平台商户号 |
| subMerchantId | int | 是 | 来钱乐平台子商户号 |
| withdrawAmount | int | 是 | 提现金额,单位:分 |
| withdrawRemark | text | 否 | 提现备注 |
响应:
| withdrawId | int | 提现流水号 |
| withdrawTime | text | 提现时间,格式:yyyy-MM-dd HH:mm:ss |
| mrchntCode | text | 交易商户编号 |
| subMrchntCode | text | 交易子商户编号 |
| withdrawAmount | int | 提现金额,单位:分 |
| withdrawFee | int | 提现手续费,单位:分 |
| withdrawStatus | int | 提现状态:1-待提现 2-提现成功 3-提现失败 4-提现处理中 |
| acqTransNO | text | 收单交易号 |