Refactor code

This commit is contained in:
wenxu12345
2022-01-18 20:27:46 +08:00
parent d132e53c06
commit 28d9304ec6
2 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -29,6 +29,6 @@ type GetSelfUserInfoReq struct {
}
type GetSelfUserInfoResp struct {
CommResp
UserInfoList *open_im_sdk.UserInfo `json:"-"`
Data []map[string]interface{} `json:"data"`
UserInfo *open_im_sdk.UserInfo `json:"-"`
Data map[string]interface{} `json:"data"`
}