文档
测试

赛事详情接口

POST
/api/v2/match/info

请求头

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

请求参数

参数名
类型
描述
必填
type
int
type: 1 进行中 2 待开始 3 已结束
必填
sys_match_id
int
例如 73594505281933312
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:success
必填
data
object
数据字典
必填
sys_sys_match_id
string
示例:102541693638676480
必填
sys_match_id
string
示例:102541839453655040
必填
matchs_event_type_id
string
示例:102231304350732288
必填
match_start_time
string
示例:1634169600
必填
match_stop_time
string
示例:1635552000
必填
is_quartets
int
示例:1
必填
match_title
string
示例:新版竞标赛cs发发发发发
必填
match_status
int
示例:2
必填
match_status_title
string
示例:比赛中
必填
user_join_status
object
数据字典
必填
is_join
int
示例:1
必填
user_group_id
string
示例:
必填
group_title
string
示例:
必填
group_num
string
示例:
必填
match_join_pass
int
示例:0
必填
is_group
int
示例:0
必填
match_image
string
示例:https://api.hisport.cloud/matchs_image/2021/10/2021-10-14/102541432203513856.png
必填
form_array
array
数据列表
必填
label
string
示例:比赛时间
必填
value
string
示例:2021.10.14 08:00 - 2021.10.30 08:00
必填
icon
string
示例:https://api.hisport.cloud/matchs_image/matchs_sources/time.png
必填
is_html
int
示例:0
必填
matchs_stage_id
string
示例:102541932068081664
必填
view_type
int
示例:1
必填
stage
array
数据列表
必填
matchs_stage_id
string
示例:102541932068081664
必填
match_stage_title
string
示例:赛段一
必填
match_stage_start_time
string
示例:1634195276
必填
match_stage_stop_time
string
示例:1635577678
必填
max_integral
object
示例:null
必填
sub_integral
object
示例:null
必填
get_integral_type
object
示例:null
必填
get_integral_value
object
示例:null
必填
match_promotion_type
int
示例:0
必填
match_promotion_value
int
示例:0
必填
sys_sys_match_id
string
示例:102541693638676480
必填
match_stage_distance
int
示例:1000
必填
view_type
int
示例:1
必填
matchs_stage_status
int
示例:2
必填
this_stage
int
示例:1
必填
start_time
string
示例:2021.10.14 15:07
必填
stop_time
string
示例:2021.10.30 15:07
必填
match_stage_promotion_rule
string
示例:<div style='color:#767779'>前 0 人 晋级</div>
必填
join_status
int
示例:0
必填
team_name
示例:中国体育协会职工足球队
必填

说明 / 示例

```json { "code": 1, "msg": "success", "data": { "sys_sys_match_id": "102541693638676480", "sys_match_id": "102541839453655040", "matchs_event_type_id": "102231304350732288", "match_start_time": "1634169600", "match_stop_time": "1635552000", "is_quartets": 1, "match_title": "新版竞标赛cs发发发发发", "match_status": 2, "match_status_title": "比赛中", "user_join_status": { "is_join": 1, "user_group_id": "", "group_title": "", "group_num": "" }, "match_join_pass": 0, "is_group": 0, "match_image": "https://api.hisport.cloud/matchs_image/2021/10/2021-10-14/102541432203513856.png", "form_array": [ { "label": "比赛时间", "value": "2021.10.14 08:00 - 2021.10.30 08:00", "icon": "https://api.hisport.cloud/matchs_image/matchs_sources/time.png", "is_html": 0 }, { "label": "参赛类型", "value": "个人参赛", "icon": "https://api.hisport.cloud/matchs_image/matchs_sources/entrytype.png", "is_html": 0 }, { "label": "报名要求", "value": "<div style='color:#767779'>0</div>", "icon": "https://api.hisport.cloud/matchs_image/matchs_sources/require.png", "is_html": 1 }, { "label": "已报名人数", "value": 7, "icon": "https://api.hisport.cloud/matchs_image/matchs_sources/join.png", "is_html": 0 }, { "label": "赛事说明", "value": "<div style='color:#767779'></div>", "icon": "https://api.hisport.cloud/matchs_image/matchs_sources/info.png", "is_html": 1 }, { "label": "联系方式", "value": "15112692950", "icon": "https://api.hisport.cloud/matchs_image/matchs_sources/phone.png", "is_html": 0 }, { "label": "联系邮箱", "value": "741606767@qq.com", "icon": "https://api.hisport.cloud/matchs_image/matchs_sources/email.png", "is_html": 0 } ], "matchs_stage_id": "102541932068081664", "view_type": 1, "stage": [ { "matchs_stage_id": "102541932068081664", "match_stage_title": "赛段一", "match_stage_start_time": "1634195276", "match_stage_stop_time": "1635577678", "max_integral": null, "sub_integral": null, "get_integral_type": null, "get_integral_value": null, "match_promotion_type": 0, "match_promotion_value": 0, "sys_sys_match_id": "102541693638676480", "match_stage_distance": 1000, "view_type": 1, "matchs_stage_status": 2, "this_stage": 1, "start_time": "2021.10.14 15:07", "stop_time": "2021.10.30 15:07", "match_stage_promotion_rule": "<div style='color:#767779'>前 0 人 晋级</div>" } ], "join_status": 0, "team_name": "中国体育协会职工足球队" } } ```