添加比赛记录接口
This commit is contained in:
@@ -176,3 +176,7 @@ export const simulShootAPI = (device_id, x, y) => {
|
||||
}
|
||||
return request("POST", "/index/arrow", data);
|
||||
};
|
||||
|
||||
export const getBattleListAPI = (battleType) => {
|
||||
return request("POST", "/user/battle/list", { battleType });
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user