更新审核列表样式

This commit is contained in:
2022-02-18 13:19:02 +08:00
parent 080e70da73
commit eefea16cdc
4 changed files with 34 additions and 15 deletions

View File

@@ -264,6 +264,20 @@ const transferGroupOwner = (groupId, userId) => {
})
}
// //群成员待审核表 -- 废弃
// const getGroupMakeSure = (groupId) => {
// return request({
// url:`im/groups/${groupId}/makesure`
// })
// }
// // 群成员审核通过
// const getGroupMakeSureAllow = (groupId, userId) => {
// return request({
// method: 'POST',
// url: 'im/groups/' + groupId + '/owner/' + userId
// })
// }
export {
getImToken,
deleteFriend,
@@ -294,5 +308,6 @@ export {
removeGroupUser,
setGroupAdmin,
removeGroupAdmin,
transferGroupOwner
// transferGroupOwner, // -废弃待审核列表
// getGroupMakeSure // -废弃待审核列表
}