POST xuner/guide/shopguide/getrankings
Getrankings
请求信息
URI 参数
无。
Body 参数
rankingsRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| current |
取第几页的数据 |
integer |
无。 |
| size |
每页多少条数据,默认10 |
integer |
无。 |
| rankType | string |
无。 |
请求格式
application/json, text/json
样例:
{
"current": 1,
"size": 2,
"rankType": "sample string 3"
}
响应信息
资源描述
Getrankings
gGuideResponseOfrankings_bd| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"member": {
"myRank": 1,
"top3": [
{
"identify": "sample string 1",
"employeeId": "sample string 2",
"name": "sample string 3",
"headImgUrl": "sample string 4",
"num": 5.0,
"rank": 6,
"likeNum": 7,
"todayIsLiked": 8
},
{
"identify": "sample string 1",
"employeeId": "sample string 2",
"name": "sample string 3",
"headImgUrl": "sample string 4",
"num": 5.0,
"rank": 6,
"likeNum": 7,
"todayIsLiked": 8
}
]
},
"saler": {
"myRank": 1,
"top3": [
{
"identify": "sample string 1",
"employeeId": "sample string 2",
"name": "sample string 3",
"headImgUrl": "sample string 4",
"num": 5.0,
"rank": 6,
"likeNum": 7,
"todayIsLiked": 8
},
{
"identify": "sample string 1",
"employeeId": "sample string 2",
"name": "sample string 3",
"headImgUrl": "sample string 4",
"num": 5.0,
"rank": 6,
"likeNum": 7,
"todayIsLiked": 8
}
]
},
"fans": {
"myRank": 1,
"top3": [
{
"identify": "sample string 1",
"employeeId": "sample string 2",
"name": "sample string 3",
"headImgUrl": "sample string 4",
"num": 5.0,
"rank": 6,
"likeNum": 7,
"todayIsLiked": 8
},
{
"identify": "sample string 1",
"employeeId": "sample string 2",
"name": "sample string 3",
"headImgUrl": "sample string 4",
"num": 5.0,
"rank": 6,
"likeNum": 7,
"todayIsLiked": 8
}
]
}
},
"req": "sample string 1",
"msg": "sample string 2",
"code": 3
}