Refactor code

This commit is contained in:
wenxu12345 2022-01-18 15:58:57 +08:00
parent f3507569b5
commit f4ceef485b

View File

@ -90,7 +90,7 @@ type CreateGroupReq struct {
}
type CreateGroupResp struct {
CommResp
GroupInfo open_im_sdk.GroupInfo `json:-`
GroupInfo open_im_sdk.GroupInfo `json:"-"`
Data map[string]interface{} `json:"data"`
}