mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2026-05-16 04:07:48 +00:00
对单个群成员设置或取消禁言
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user