mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-13 13:35:59 +08:00
Refactor code
This commit is contained in:
@@ -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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user