mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-02 16:15:59 +08:00
Refactor code
This commit is contained in:
@@ -10,7 +10,7 @@ type GetUserInfoReq struct {
|
||||
}
|
||||
type GetUserInfoResp struct {
|
||||
CommResp
|
||||
UserInfoList []*open_im_sdk.UserInfo
|
||||
UserInfoList []*open_im_sdk.UserInfo `json:"-"`
|
||||
Data []map[string]interface{} `json:"data"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user