feat: 增加处置下发
This commit is contained in:
@ -109,4 +109,13 @@ export function upImageUploadId(data) {
|
||||
})
|
||||
}
|
||||
|
||||
/** 发送指令 (网上会议室)*/
|
||||
export function wshsSendFqzl(data) {
|
||||
return request({
|
||||
url: gsxtApi + '/wshs/sendFqzl',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user