QAQ
This commit is contained in:
@@ -187,3 +187,11 @@ export const banUser = data => {
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
/** 群禁言列表 */
|
||||
export const getGroupBanList = id => {
|
||||
return http({
|
||||
url: `/api/service/imGroup/muted/account/${id}`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user