群成员组件抽离

This commit is contained in:
2022-02-16 15:05:17 +08:00
parent 5ad72092de
commit b4e17cc193
6 changed files with 319 additions and 331 deletions

View File

@@ -259,7 +259,7 @@ const removeGroupAdmin = (groupId, userId) => {
*/
const transferGroupOwner = (groupId, userId) => {
return request({
method: 'DELETE',
method: 'POST',
url: 'im/groups/' + groupId + '/owner/' + userId
})
}