Refactor code

This commit is contained in:
wenxu12345
2021-12-30 18:31:13 +08:00
parent 887028a1b4
commit 1e6a170c3c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ type GetGroupAllMemberReq struct {
type GetGroupAllMemberResp struct {
CommResp
MemberList []*open_im_sdk.GroupMemberFullInfo `json:"data"`
Test map[string]interface{} `json:"data2"`
Test []map[string]interface{} `json:"data2"`
}
type CreateGroupReq struct {