嘉宾参会
This commit is contained in:
@ -41,6 +41,13 @@ export function registerJoinUser(data) {
|
||||
data,
|
||||
});
|
||||
}
|
||||
export function panelistJoinMeeting(params) {
|
||||
return request({
|
||||
url: `/app/panelistJoinMeeting`,
|
||||
method: "post",
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
||||
// /app/visitorJoinUser
|
||||
// 游客参会
|
||||
|
||||
Reference in New Issue
Block a user