Documentation Index
Fetch the complete documentation index at: https://developer.wooxpro.com/llms.txt
Use this file to discover all available pages before exploring further.
查询邀请客户列表 (KEYED)
适用于代理商查询一定时间范围内邀请用户的返佣信息
请求URL
GET https://cloud-api.wooxpro.com/contract/private/affiliate/rebate-inviteUser
请求限制
参见 速率限制详细请求参数
请求
| 字段 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| cid | Long | 否 | 查询用户CID |
| start_time | Long | 是 | 查询数据开始时间戳(秒级时间戳) |
| end_time | Long | 是 | 查询数据结束时间戳(秒级时间戳) |
| page | Integer | 是 | 当前页 |
| size | Integer | 是 | 每页条数 |
注意
- 填写时间范围的话,
end_time必须比start_time的值大, 并且start_time和end_time最大支持 60 天的查询间隔 - size 最大限制为50条, 如超过50条, 则只查询50条数据
响应详情
响应
| 字段 | 类型 | 描述 |
|---|---|---|
| rebateTotal | String | 累计返佣金额(已折算为USDT) |
| tradingVolTotal | String | 累计交易量(已折算为USDT) |
| cashbackRate | String | 返现比例 |
| tradingFeeTotal | String | 累计手续费(已折算为USDT) |
| backRate | String | 返佣比例 |
| cid | Long | 用户CID |
| status | Integer | 返佣是否发放 - 1= 已发放返佣 - 0= 未发放返佣 |