文档
测试

查看团队标签列表排行榜

POST
/api/v2/match/teamList/leaderboard

请求头

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

请求参数

参数名
类型
描述
必填
ranking_type
摇跑指数 exponent、个人最高速度 max_speed、个人1分钟 onemin、个人马拉松 marathon
必填
sys_match_id
赛事下的项目ID
必填
sys_sys_match_id
赛事ID
必填
page
当前页
必填
limit
每页显示数量
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:success
必填
data
object
数据字典
必填
my_ranking
int
示例:2
必填
my_ranking_info
object
数据字典
必填
index
int
示例:2
必填
user_img
string
示例:https://api.hisport.cloud/
必填
user_name
object
示例:null
必填
user_id
object
示例:null
必填
address
object
示例:null
必填
sys_sex_id
object
示例:null
必填
team_tag
string
示例:低温文化节1
必填
unit
string
示例:
必填
value
string
示例:55
必填
time
string
示例:2021-08-24 13:38:55
必填
count
int
示例:2
必填
list
array
数据列表
必填
index
int
示例:1
必填
team_tag
string
示例:低温文化节2
必填
value
string
示例:68.690002441406
必填
unit
string
示例:
必填
time
string
示例:2021-10-15 14:27:12
必填

说明 / 示例

```json { "code": 1, "msg": "success", "data": { "my_ranking": 2, "my_ranking_info": { "index": 2, "user_img": "https://api.hisport.cloud/", "user_name": null, "user_id": null, "address": null, "sys_sex_id": null, "team_tag": "低温文化节1", "unit": "", "value": "55", "time": "2021-08-24 13:38:55" }, "count": 2, "list": [ { "index": 1, "team_tag": "低温文化节2", "value": "68.690002441406", "unit": "", "time": "2021-10-15 14:27:12" }, { "index": 2, "team_tag": "低温文化节1", "value": "55", "unit": "", "time": "2021-08-24 13:38:55" } ] } } ```