文档
测试

获取他人的打榜详情

POST
/api/my/othersRankingDetails

请求头

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

请求参数

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

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:success
必填
data
object
数据字典
必填
speed_max
int
示例:10560
必填
speed_max_time
string
示例:2021-10-23 20:07:01
必填
exponent_molecular
string
示例:1.09
必填
exponent_molecular_time
string
示例:2021-10-05 12:55:11
必填
runball_exponent
float
示例:48.9
必填
runball_exponent_time
string
示例:2021-10-22 10:13:00
必填
marathon
string
示例:00:59:27
必填
marathon_time
string
示例:2021-10-25 08:54:12
必填
speed_max_count
int
示例:177
必填
speed_max_unit
string
示例:rpm
必填
exponent_molecular_count
int
示例:208
必填
runball_exponent_count
int
示例:40
必填
marathon_count
int
示例:28
必填
exponent_molecular_unit
string
示例:km
必填

说明 / 示例

```json { "code": 1, "msg": "success", "data": { "speed_max": 10560, "speed_max_time": "2021-10-23 20:07:01", "exponent_molecular": "1.09", "exponent_molecular_time": "2021-10-05 12:55:11", "runball_exponent": 48.9, "runball_exponent_time": "2021-10-22 10:13:00", "marathon": "00:59:27", "marathon_time": "2021-10-25 08:54:12", "speed_max_count": 177, "speed_max_unit": "rpm", "exponent_molecular_count": 208, "runball_exponent_count": 40, "marathon_count": 28, "exponent_molecular_unit": "km" } } ```