监管人参会

This commit is contained in:
cxc
2022-06-13 17:33:02 +08:00
parent 569dc0c1ac
commit 7a09fb7ea7
4 changed files with 46 additions and 9 deletions

View File

@ -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,
});
}