feat: 增加处置下发

This commit is contained in:
2025-12-18 20:30:35 +08:00
parent 3b8697e744
commit 901d7bab71
3 changed files with 47 additions and 3 deletions

View File

@ -109,4 +109,13 @@ export function upImageUploadId(data) {
})
}
/** 发送指令 (网上会议室)*/
export function wshsSendFqzl(data) {
return request({
url: gsxtApi + '/wshs/sendFqzl',
method: 'post',
data
})
}