说明
花呗分期分成 服务商有权限设置
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://m.umxnt.com/api/user/add_store_settlement |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 | |
| store_id | string | 是 | 选择门店id作为分成账户 | |
| settlement_type | string | 是 | set_a,set_b,set_c 分别为模式1,模式2,模式3 目前就是这三种,单选 | |
| trade_pay_rate | string | 是 | 当面付费率 |
返回值示例 成功请求示例:
{ "status": 1, "msg": "处理成功" }
{
"msg":"无效参数",
"status":0
}