提交
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user