说明
设置商户的花呗分期费率
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://pay.umxnt.com/api/alipayopen/set_store_fq_rate |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 | |
| store_id | string | 是 | 门店ID | |
| num | string | 是 | 分期数 | |
| rate | string | 是 | 成本费率 |
返回值示例 成功请求示例:
{ "status": 1, "message": "设置成功", "data": { "store_id": "12312321312", "num": "3", "rate": "3.8" } }失败请求示例
{ "msg":"无效参数", "status":0 }