监管人参会
This commit is contained in:
@ -97,3 +97,13 @@ export function getMeetingSetting() {
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
|
||||
// 监管参会
|
||||
export function superviseJoinMeeting(params) {
|
||||
return request({
|
||||
url: `/app/superviseJoinMeeting`,
|
||||
method: "post",
|
||||
// headers: { "Content-Type": "application/json" },
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user