说明
开通通道
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://m.umxnt.com/api/merchant/SettleModeType |
| 正式环境 | https://xy.umxnt.com/api/merchant/SettleModeType |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 | |
| type | string | 是 | 通道类型,在通道类型里面里面的ways_type |
返回值示例 成功请求示例:
{ "status": 1, "data": [ { "SettleModeType": "01", "SettleModeName": "结算到银行卡" }, { "SettleModeType": "02", "SettleModeName": "结算到余利宝" } ] }失败请求示例
{ "status": 1, "msg": }