文档
测试

赛事本地数据json文件上传

POST
/api/v2/match/postUploadLocalPlayV2

请求头

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

请求参数

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

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:success
必填
data
object
数据字典
必填
new_medal
array
数据列表
必填
new_achievement
array
数据列表
必填
matchs_user_grade
object
数据字典
必填
s_runball_exponent
float
示例:119.41
必填
s_runball_exponent_time
int
示例:1634376585
必填
s_exponent_molecular
int
示例:1628
必填
s_exponent_molecular_time
int
示例:1634376585
必填
s_exponent_denominator
int
示例:818
必填
s_marathon
int
示例:1714
必填
s_marathon_time
int
示例:1634376585
必填
s_endurance_max
int
示例:0
必填
s_play_count
int
示例:2
必填

说明 / 示例

```json { "code": 1, "msg": "success", "data": { "new_medal": [], "new_achievement": [], "matchs_user_grade": { "s_runball_exponent": 119.41, "s_runball_exponent_time": 1634376585, "s_exponent_molecular": 1628, "s_exponent_molecular_time": 1634376585, "s_exponent_denominator": 818, "s_marathon": 1714, "s_marathon_time": 1634376585, "s_endurance_max": 0, "s_play_count": 2 } } } ```