文档
测试

我的打榜详情

POST
/api/my/rankingDetails

请求头

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

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:success
必填
data
object
数据字典
必填
speed_max
int
示例:12120 最大转速
必填
speed_max_time
string
示例:2021-10-15 19:05:16 最大转速上传时间
必填
exponent_molecular
string
示例:1.56 摇跑1分钟
必填
exponent_molecular_time
string
示例:2021-11-08 13:45:21 摇跑1分钟上传时间
必填
runball_exponent
float
示例:86.01 摇跑指数
必填
runball_exponent_time
string
示例:2021-09-29 12:25:32 摇跑指数上传时间
必填
marathon
string
示例:00:35:54 摇跑马拉松
必填
marathon_time
string
示例:2021-10-26 23:41:11 摇跑马拉松上传时间
必填
speed_max_unit
string
示例:rpm 最大转速单位
必填
exponent_molecular_unit
string
示例:km 摇跑1分钟单位
必填
speed_max_count
int
示例:2 最大转速排名
必填
exponent_molecular_count
int
示例:7摇跑1分钟排名
必填
runball_exponent_count
int
示例:5 摇跑指数排名
必填
marathon_count
示例:5 摇跑马拉松排名
必填

说明 / 示例

```json { "code": 1, "msg": "success", "data": { "speed_max": 12120, "speed_max_time": "2021-10-15 19:05:16", "exponent_molecular": "1.56", "exponent_molecular_time": "2021-11-08 13:45:21", "runball_exponent": 86.01, "runball_exponent_time": "2021-09-29 12:25:32", "marathon": "00:35:54", "marathon_time": "2021-10-26 23:41:11", "speed_max_count": 2, "speed_max_unit": "rpm", "exponent_molecular_count": 7, "runball_exponent_count": 5, "marathon_count": 5, "exponent_molecular_unit": "km" } } ```