代码优化

This commit is contained in:
kron
2025-06-02 14:42:07 +08:00
parent 43889669d7
commit 1eab5a151e
6 changed files with 118 additions and 119 deletions

View File

@@ -119,10 +119,3 @@ export const readyGameAPI = (battleId) => {
battleId,
});
};
export const finishGameAPI = (battleId, arrow) => {
return request("POST", "/user/game/shoot", {
battleId,
arrow,
});
};