XSango Web API
1、验证战报
URL Path:
/push_validate?player_uuid=xxxxxxxx&scene_id=xxxxxxxx
HTTP Method: POST
功能: 提交BattleCompleteR2B数据到Http服务器,并返回一个uuid以供以后查询。
参数:
player_uuid 玩家唯一标识符
scene_id 场景ID
返回:
成功
ok
uuid=xxxxxxxx
失败 false
2、查询战报验证结果
URL Path:
/query_validate?uuid=xxxxxxxx
HTTP Method: POST GET
功能: 提供uuid查询对应的战报结果。
参数:
uuid 战报唯一字符串
返回:
合法 ok
不合法 fales
战报不存在或者还未验证 unknow