Refactor code

This commit is contained in:
wenxu12345
2021-12-30 17:44:06 +08:00
parent 0c02afa54e
commit 79a39b39d9
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ type GetGroupAllMemberReq struct {
}
type GetGroupAllMemberResp struct {
CommResp
Data []*open_im_sdk.GroupMemberFullInfo `json:"data"`
MemberList []*open_im_sdk.GroupMemberFullInfo `json:"data"`
}
type CreateGroupReq struct {