修改或删除比赛相关信息
POST
/updateRace
接口描述
以下参数id必传,其余随便
请求头
参数名
类型
描述
必填
token
String
登录接口返回值
必填
请求参数
参数名
类型
描述
必填
raceId
Long
赛事id
必填
raceTime
Date
赛事时间
必填
raceType
String
赛事类型
必填
sponsor
String
主办方
必填
raceName
String
赛事名称
必填
racePlace
String
赛事地点
必填
introduction
String
赛事介绍
必填
deleted
Byte
是否删除,0为不删,1为删
必填
isAdult
Byte
是否为成人组0不是
必填
响应参数
参数名
类型
描述
必填
msg
String
成功为success,失败为fail
必填
code
String
成功为1,失败为0
必填
data
boolean
是否成功
必填