群成员组件抽离
This commit is contained in:
@@ -259,7 +259,7 @@ const removeGroupAdmin = (groupId, userId) => {
|
||||
*/
|
||||
const transferGroupOwner = (groupId, userId) => {
|
||||
return request({
|
||||
method: 'DELETE',
|
||||
method: 'POST',
|
||||
url: 'im/groups/' + groupId + '/owner/' + userId
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user