新增会议增加验证
This commit is contained in:
@@ -2,7 +2,10 @@ import {getAction} from "@api/manage";
|
||||
|
||||
// 通过用户id获取用户信息
|
||||
const getUserInfo = (params) => getAction('/sys/user/queryById',params)
|
||||
// 通过会议id获取会议的详细信息
|
||||
const getMeetInfoById = (params) => getAction('/meeting/payMeeting/queryById',params)
|
||||
|
||||
export {
|
||||
getUserInfo
|
||||
getUserInfo,
|
||||
getMeetInfoById
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user