房间1v1流程完善

This commit is contained in:
kron
2025-06-13 14:05:30 +08:00
parent dce1806f97
commit 2c7eb5a737
9 changed files with 290 additions and 70 deletions

View File

@@ -100,7 +100,7 @@ export const exitRoomAPI = (number) => {
};
export const startRoomAPI = (number) => {
return request("GET", `/user/room/start?number=${number}`);
return request("POST", "/user/room/start", { number });
};
export const getPractiseResultListAPI = (page = 1, page_size = 10) => {