说明
收款顺序列表
请求地址
环境 | 请求地址 |
---|---|
测试环境 | https://pay.umxnt.com/api/merchant/pay_ways_sort |
正式环境 |
请求参数
参数 | 类型 | 是否必填 | 最大长度 | 描述 |
---|---|---|---|---|
token | string | 是 | 令牌 | |
store_id | string | 否 | 门店id,默认为登录者 |
返回值示例 成功请求示例:
{ "status": 1, "message": "数据返回成功", "data": { "ailpay": [ { "store_pay_ways_id": 1, "ways_desc": "支付宝当面付", "ways_type": 1000, "store_id": "20181815585595187", "sort": 1, "ways_source": "alipay" } ], "weixin": [ { "store_pay_ways_id": 2, "ways_desc": "微信", "ways_type": 2000, "store_id": "20181815585595187", "sort": 1, "ways_source": "weixin" } ] } }
参数 | 类型 | 是否必填 | 最大长度 | 描述 |
---|---|---|---|---|
store_pay_ways_id | string | 是 | 通道ID | |
ways_desc | string | 是 | 文字描述 | |
ways_type | string | 是 | 通道类型 | |
ways_source | string | 是 | 通道来源 | |
store_id | string | 是 | 门店id | |
sort | string | 是 | 位置id |
失败请求示例
{ "message":"无效参数", "status":0 }