通讯录中群组增加搜索功能

This commit is contained in:
bob
2024-11-07 17:40:25 +08:00
parent bf3610fbc1
commit 2f833fcc0a
5 changed files with 54 additions and 16 deletions

View File

@@ -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))
}