新增赛事
POST
/admin/match/add
请求头
参数名
类型
描述
必填
token
string
用户token
必填
请求参数
参数名
类型
描述
必填
matchs_start_date
int
赛事开始时间
必填
matchs_start_time
int
赛事开始时间
必填
matchs_stop_date
int
赛事结束时间
必填
matchs_stop_time
int
赛事结束时间
必填
matchs_content
string
赛事描述信息
必填
matchs_phone
string
赛事联系电话
必填
prefix
string
联系方式前缀
必填
matchs_email
string
联系邮箱
必填
sys_user_type_list_value
Array
允许报名的用户类型
必填
sys_user_sex_list_value
Array
允许报名的用户性别
必填
matchs_type_id
string
赛事类型ID
必填
is_group
int
是否为团队赛 0:否。1:是
必填
match_image
string
赛事宣传图
必填
响应参数
参数名
类型
描述
必填
code
int
响应状态值
必填
msg
string
响应信息
必填
data
Object
响应数据
必填