Refactor code

This commit is contained in:
wenxu12345
2022-01-18 15:26:06 +08:00
parent b90bb10a3f
commit da5e60a009
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ type CreateGroupReq struct {
}
type CreateGroupResp struct {
CommResp
GroupInfo open_im_sdk.GroupInfo `jason:-`
GroupInfo open_im_sdk.GroupInfo `json:-`
Data map[string]interface{} `json:"data"`
}