嘉宾参会

This commit is contained in:
cxc
2022-05-26 17:33:16 +08:00
parent 7dee95c3ca
commit 2eb9e43df2
7 changed files with 752 additions and 36 deletions

View File

@ -41,6 +41,13 @@ export function registerJoinUser(data) {
data,
});
}
export function panelistJoinMeeting(params) {
return request({
url: `/app/panelistJoinMeeting`,
method: "post",
params,
});
}
// /app/visitorJoinUser
// 游客参会