文档
测试

结束比赛

POST
http://footballscorone.zhangsizhen.cn/interfaces/match/end

请求参数

参数名
类型
描述
必填
match_id
int
示例:比赛id
必填
A_score
int
示例:主队得分
必填
B_score
int
示例:客队得分
必填

响应参数

参数名
类型
描述
必填
message
string
示例:成功
必填
code
int
示例:200
必填
data
object
数据字典
必填
match_id
string
示例:2
必填
A_score
string
示例:主队得分
必填
B_score
string
示例:客队得分
必填
end_time
int
示例:结束时间
必填