POST xuner/guide/shopguide/getrankings
获取前三名排名信息
请求信息
URI 参数
无。
Body 参数
rankingsRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| current |
取第几页的数据 |
integer |
无。 |
| size |
每页多少条数据,默认10 |
integer |
无。 |
| rankType | string |
无。 |
请求格式
application/json, text/json
样例:
{
"current": 0,
"size": 0,
"rankType": ""
}
响应信息
资源描述
获取前三名排名信息
gGuideResponseOfrankings_bd| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | rankings_bd |
无。 |
|
| msg |
信息 |
string |
无。 |
| code |
状态码 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"member": {
"myRank": 0,
"top3": [
{
"identify": "",
"employeeId": "",
"name": "",
"headImgUrl": "",
"num": 0.0,
"rank": 0,
"likeNum": 0,
"todayIsLiked": 0
}
]
},
"saler": {
"myRank": 0,
"top3": [
{
"identify": "",
"employeeId": "",
"name": "",
"headImgUrl": "",
"num": 0.0,
"rank": 0,
"likeNum": 0,
"todayIsLiked": 0
}
]
},
"fans": {
"myRank": 0,
"top3": [
{
"identify": "",
"employeeId": "",
"name": "",
"headImgUrl": "",
"num": 0.0,
"rank": 0,
"likeNum": 0,
"todayIsLiked": 0
}
]
}
},
"msg": "",
"code": 0
}