群组信息的页面间联动
This commit is contained in:
@@ -107,6 +107,15 @@ const getGroupInfo = (groupId) => {
|
||||
url: 'im/groups/' + groupId
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 群组基础信息
|
||||
*/
|
||||
const getGroupBase = (groupId) => {
|
||||
return request({
|
||||
url: 'im/groups/' + groupId+ '/base'
|
||||
})
|
||||
}
|
||||
|
||||
const getGroupUsers = (groupId) => {
|
||||
return request({
|
||||
@@ -194,7 +203,8 @@ export {
|
||||
getMyGroups,
|
||||
createGroup,
|
||||
updateGroup,
|
||||
getGroupInfo,
|
||||
getGroupInfo,
|
||||
getGroupBase,
|
||||
getGroupUsers,
|
||||
getGroupAnnouncements,
|
||||
createGroupAnnouncement,
|
||||
|
||||
Reference in New Issue
Block a user