文档
测试

- 直推详情(已实名)

GET
/income/api/user-poly/level/{level}

请求头

参数名
类型
描述
必填
Authorization
string
Bearer xxx
必填

请求参数

参数名
类型
描述
必填
level
number
用户等级(D:4; C:3; B:2; A:1)
必填
current
number
必填
size
number
必填

响应参数

参数名
类型
描述
必填
code
number
示例:0
必填
msg
string
示例:操作成功
必填
data
object
数据字典
必填
records
array
数据列表
必填
id
number
示例:10
必填
name
string
示例:郝祥聪
必填
gender
number
示例:1
必填
phone
string
示例:176****7323
必填
idNo
string
示例:370921********0334
必填
idCardDuration
string
示例:20120807-20220807
必填
idCardExpire
string
示例:2022-08-07 00:00:00
必填
birth
string
示例:19911225
必填
realNameAuth
number
示例:3
必填
idCardFacade
string
示例:http://real-name-auth.oss-cn-beijing.aliyuncs.com/20200312105131.jpg
必填
idCardReverse
string
示例:http://real-name-auth.oss-cn-beijing.aliyuncs.com/20200312105131.jpg
必填
handIdCard
string
示例:http://real-name-auth.oss-cn-beijing.aliyuncs.com/20200312105131.jpg
必填
parentId
number
示例:8
必填
region
number
示例:2101
必填
type
number
示例:0
必填
level
number
示例:4
必填
hideLevel
number
示例:0
必填
avatar
string
示例:http://haoyou-user.oss-cn-beijing.aliyuncs.com/20200318161123.jpg
必填
createTime
string
示例:2020-03-04 14:40:46
必填
updateTime
string
示例:2020-03-18 17:05:45
必填
delFlag
number
示例:0
必填
headIncome
number
收益
必填
total
number
示例:1
必填
size
number
示例:10
必填
current
number
示例:1
必填
orders
array
数据列表
必填
searchCount
boolean
示例:true
必填
pages
number
示例:1
必填

说明 / 示例

```http GET /income/api/user-poly/level/4 HTTP/1.1 Host: localhost:9999 Authorization: Bearer 33a8a292-3782-4c95-a811-1b799c087839 ``` ```json { "code": 0, "msg": "操作成功", "data": { "records": [ { "id": 10, "name": "郝祥聪", "gender": 1, "phone": "176****7323", "idNo": "370921********0334", "idCardDuration": "20120807-20220807", "idCardExpire": "2022-08-07 00:00:00", "birth": "19911225", "realNameAuth": 3, "idCardFacade": "http://real-name-auth.oss-cn-beijing.aliyuncs.com/20200312105131.jpg", "idCardReverse": "http://real-name-auth.oss-cn-beijing.aliyuncs.com/20200312105131.jpg", "handIdCard": "http://real-name-auth.oss-cn-beijing.aliyuncs.com/20200312105131.jpg", "parentId": 8, "region": 2101, "type": 0, "level": 4, "hideLevel": 0, "avatar": "http://haoyou-user.oss-cn-beijing.aliyuncs.com/20200318161123.jpg", "createTime": "2020-03-04 14:40:46", "updateTime": "2020-03-18 17:05:45", "delFlag": 0, "headIncome": 100.000000 } ], "total": 1, "size": 10, "current": 1, "orders": [], "searchCount": true, "pages": 1 } } ```