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/invite-check
请求限制
参见 速率限制详细请求参数
请求
| 字段 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| cid | Long | 是 | 查询用户CID |
响应详情
响应
| 字段 | 类型 | 描述 |
|---|---|---|
| isInviteUser | Boolean | 是否为邀请用户 - true= 是 - false= 否 |