文档
测试

获取他人资料

POST
/api/clan/getUserOthersInfo

请求头

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

请求参数

参数名
类型
描述
必填
member_user_id
被查看用户的user_id
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:success
必填
data
object
数据字典
必填
user_id
string
示例:40117245472411648
必填
user_name
string
示例:廖声武
必填
user_img
string
示例:https://api.hisport.cloud/user_image/2021/05/2021-05-28/1622194581392.png
必填
age
string
示例:31 年龄
必填
user_height
object
示例:null 身高
必填
user_weight
object
示例:null 体重
必填
address
string
示例:深圳
必填
self_description
string
示例:玩了个球 简介
必填
created_time
int
示例:2021
必填
user_achievement_one
object
数据字典 动态的数据
必填
user_id
string
示例:40117245472411648
必填
speed_max
int
示例:13260
必填
speed_max_time
int
示例:1636510794
必填
exponent_molecular
int
示例:1629
必填
exponent_molecular_time
int
示例:1634197797
必填
runball_exponent
float
示例:115.65
必填
runball_exponent_time
int
示例:1635347300
必填
marathon
int
示例:1691
必填
marathon_time
int
示例:1635347300
必填
user_clan_members
object
数据字典 用户战队信息
必填
user_clan_id
int
示例:4
必填
user_id
int
示例:40117245472411650
必填
is_captain
int
示例:0
必填
title
string
示例:EMG战队1
必填
clan_avatar
string
示例:https://api.hisport.cloud/ssssss
必填
address
string
示例:深圳市
必填
clan_count
int
示例:1 战队成员数量
必填

说明 / 示例

```json { "code": 1, "msg": "success", "data": { "user_id": "40117245472411648", "user_name": "廖声武", "user_img": "https://api.hisport.cloud/user_image/2021/05/2021-05-28/1622194581392.png", "birthday": "1981-12-05", "user_height": null, "user_weight": null, "address": "深圳", "self_description": "玩了个球", "created_time": 2021, "user_achievement_one": { "user_id": "40117245472411648", "speed_max": 13260, "speed_max_time": 1636510794, "exponent_molecular": 1629, "exponent_molecular_time": 1634197797, "runball_exponent": 115.65, "runball_exponent_time": 1635347300, "marathon": 1691, "marathon_time": 1635347300 }, "user_clan_members": { "user_clan_id": 4, "user_id": 40117245472411648, "is_captain": 0, "title": "EMG战队1", "clan_avatar": "https://api.hisport.cloud/ssssss", "address": "深圳市", "clan_count":1 } } } ```