Refactor code

This commit is contained in:
wenxu12345 2022-01-06 15:18:23 +08:00
parent d5b5929e9b
commit 29e2a00109

View File

@ -10,7 +10,7 @@ type GetUserInfoReq struct {
} }
type GetUserInfoResp struct { type GetUserInfoResp struct {
CommResp CommResp
UserInfoList []*open_im_sdk.UserInfo UserInfoList []*open_im_sdk.UserInfo `json:"-"`
Data []map[string]interface{} `json:"data"` Data []map[string]interface{} `json:"data"`
} }