代码优化
This commit is contained in:
@@ -119,10 +119,3 @@ export const readyGameAPI = (battleId) => {
|
||||
battleId,
|
||||
});
|
||||
};
|
||||
|
||||
export const finishGameAPI = (battleId, arrow) => {
|
||||
return request("POST", "/user/game/shoot", {
|
||||
battleId,
|
||||
arrow,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user