修改或删除分组
POST
/updateRaceJoinType
请求头
参数名
类型
描述
必填
token
String
登录接口返回值
必填
请求参数
参数名
类型
描述
必填
deleted
Byte
是否删除,0为false,1为true
可选
joinType
String
参赛类型
可选
supplement
String
补充说明
可选
nowPrice
BigDecimal
现在价格
可选
previousPrice
BigDecimal
以前价格
可选
joinTypeId
Long
分组id
必填
响应参数
参数名
类型
描述
必填
msg
String
成功为success,失败为fail
必填
code
byte
成功为1,失败为0
必填
data
boolean
true或者false
必填