文档
测试

获取战队排行榜

POST
/api/clan/getClanRankingList

请求头

参数名
类型
描述
必填
token
必填

请求参数

参数名
类型
描述
必填
type
请求类型:1最高转速 2摇跑一分钟 3摇跑指数 4马拉松
必填
limit
必填
page
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:success
必填
data
object
数据字典
必填
my_clan_info
object
数据字典
必填
user_clan_id
int
示例:4
必填
user_id
int
示例:89062416159084540
必填
status
int
示例:2
必填
count
int
示例:5
必填
indexs
int
示例:2
必填
avg_runball_exponent
int
示例:4
必填
user_clan
object
数据字典
必填
id
int
示例:4
必填
title
string
示例:EMG战队2
必填
clan_avatar
string
示例:https://api.hisport.cloud/user_image/2021/12/2021-12-09/122863098280284160-n001-2021-12-09-16-57-09.jpg
必填
address
string
示例:深圳市
必填
introduction
string
示例:少时诵诗书所所
必填
status
int
示例:1
必填
telephone
string
示例:15112656485
必填
title_time
string
示例:2021-12-10 17:22:41
必填
created_at
string
示例:2021-12-09
必填
user_clan_list
object
数据字典
必填
count
int
示例:5
必填
totalCount
int
示例:1
必填
currentNo
int
示例:1
必填
list
array
数据列表
必填
user_clan_id
int
示例:5
必填
title
string
示例:bbgg
必填
address
string
示例:深圳
必填
introduction
string
示例:gg
必填
telephone
string
示例:13535387224
必填
clan_avatar
string
示例:https://api.hisport.cloud/user_image/2021/12/2021-12-09/122863098280284160-n001-2021-12-09-16-57-09.jpg
必填
avg_runball_exponent
float
示例:14.67
必填
count_t
int
示例:7
必填

说明 / 示例

```json { "code": 1, "msg": "success", "data": { "my_clan_info": { "user_clan_id": 4, "user_id": 89062416159084544, "status": 2, "count": 5, "indexs": 2, "avg_runball_exponent": 4, "user_clan": { "id": 4, "title": "EMG战队2", "clan_avatar": "https://api.hisport.cloud/user_image/2021/12/2021-12-09/122863098280284160-n001-2021-12-09-16-57-09.jpg", "address": "深圳市", "introduction": "少时诵诗书所所", "status": 1, "telephone": "15112656485", "title_time": "2021-12-10 17:22:41", "created_at": "2021-12-09" } }, "user_clan_list": { "count": 5, "totalCount": 1, "currentNo": 1, "list": [ { "user_clan_id": 5, "title": "bbgg", "address": "深圳", "introduction": "gg", "telephone": "13535387224", "clan_avatar": "https://api.hisport.cloud/user_image/2021/12/2021-12-09/122863098280284160-n001-2021-12-09-16-57-09.jpg", "avg_runball_exponent": 14.67, "count_t": 7 }, { "user_clan_id": 4, "title": "EMG战队2", "address": "深圳市", "introduction": "少时诵诗书所所", "telephone": "15112656485", "clan_avatar": "https://api.hisport.cloud/user_image/2021/12/2021-12-09/122863098280284160-n001-2021-12-09-16-57-09.jpg", "avg_runball_exponent": 4, "count_t": 5 }, { "user_clan_id": 7, "title": "MQB队", "address": "深圳市", "introduction": "少时诵诗书所所", "telephone": "15112656485", "clan_avatar": "https://api.hisport.cloud/user_image/2021/12/2021-12-09/122863098280284160-n001-2021-12-09-16-57-09.jpg", "avg_runball_exponent": 0, "count_t": 1 }, { "user_clan_id": 8, "title": "张杰拉拉队", "address": "深圳市", "introduction": "少时诵诗书所所", "telephone": "15112656485", "clan_avatar": "https://api.hisport.cloud/user_image/2021/12/2021-12-09/122863098280284160-n001-2021-12-09-16-57-09.jpg", "avg_runball_exponent": 0, "count_t": 1 }, { "user_clan_id": 9, "title": "流星队", "address": "深圳市", "introduction": "少时诵诗书所所", "telephone": "15112656485", "clan_avatar": "https://api.hisport.cloud/user_image/2021/12/2021-12-09/122863098280284160-n001-2021-12-09-16-57-09.jpg", "avg_runball_exponent": 0, "count_t": 1 } ] } } } ```