提交
This commit is contained in:
@@ -225,13 +225,14 @@ export const getRollDetial = (rollId) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
//加入roll房
|
//加入roll房
|
||||||
export const joinRoll = (rollId, rollPassword = "") => {
|
export const joinRoll = (rollId, rollPassword = "", cdkCode = "") => {
|
||||||
return reqAxios({
|
return reqAxios({
|
||||||
url: `/api/roll/joinRoll`,
|
url: `/api/roll/joinRoll`,
|
||||||
method: "post",
|
method: "post",
|
||||||
data: {
|
data: {
|
||||||
rollId,
|
rollId,
|
||||||
rollPassword,
|
rollPassword,
|
||||||
|
cdkCode,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 798 KiB |
Reference in New Issue
Block a user