This commit is contained in:
2026-04-28 13:08:00 +08:00
parent db76c41753
commit f1c0a02fb6
2 changed files with 2 additions and 1 deletions

View File

@@ -225,13 +225,14 @@ export const getRollDetial = (rollId) => {
};
//加入roll房
export const joinRoll = (rollId, rollPassword = "") => {
export const joinRoll = (rollId, rollPassword = "", cdkCode = "") => {
return reqAxios({
url: `/api/roll/joinRoll`,
method: "post",
data: {
rollId,
rollPassword,
cdkCode,
},
});
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 798 KiB