Refactor code

This commit is contained in:
wenxu12345
2021-12-31 08:49:05 +08:00
parent ab5faec68c
commit c8d803b559
3 changed files with 14 additions and 20 deletions
+2 -1
View File
@@ -70,7 +70,8 @@ type GetGroupAllMemberReq struct {
type GetGroupAllMemberResp struct {
CommResp
MemberList []*open_im_sdk.GroupMemberFullInfo
Test []map[string]interface{} `json:"data"`
Test []map[string]interface{} `json:"data"`
}
type CreateGroupReq struct {