文档
测试

选手局数结束相关

POST
http://pingpangscoring.zhangsizhen.cn/interfaces/match/gmae_num

请求参数

参数名
类型
描述
必填
state
string
1=>下一局 2=>结束比赛
必填
player_A
string
选手名A
必填
player_B
string
选手名B
必填
player_A1
string
选手名A1
必填
player_B1
string
选手名B1
必填
A_score
string
A队得分
必填
B_score
string
B队得分
必填
match_id
string
比赛id 局数根据game
必填

响应参数

参数名
类型
描述
必填
message
string
示例:成功
必填
code
int
示例:200
必填
data
array
数据
必填
player_A
string
选手名A
必填
player_B
string
选手B
必填
A_score
string
A得分
必填
B_score
string
B得分
必填
player_A1
string
选手名A1
必填
player_B1
string
选手名B1
必填
win
array
数据
必填
win_A
string
A胜
必填
win_B
string
B胜
必填