mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2026-05-17 04:38:06 +00:00
通讯录中群组增加搜索功能
This commit is contained in:
@@ -8,3 +8,7 @@ export const groupCreateService = (obj) => {
|
||||
export const groupListService = () => {
|
||||
return request.post('/groupmng/queryGroupList', getReqBody())
|
||||
}
|
||||
|
||||
export const groupSearchByMemberService = (obj) => {
|
||||
return request.post('/groupmng/searchGroupByMember', getReqBody(obj))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user