对单个群成员设置或取消禁言

This commit is contained in:
bob
2024-11-20 15:12:24 +08:00
parent cac73cb2c8
commit 688a3c4cc0
2 changed files with 86 additions and 15 deletions

View File

@@ -48,3 +48,7 @@ export const groupDropService = (obj) => {
export const groupOwnerTransferService = (obj) => {
return request.post('/groupmng/ownerTransfer', getReqBody(obj))
}
export const groupUpdateMuteService = (obj) => {
return request.post('/groupmng/updateMute', getReqBody(obj))
}