mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-23 09:50:27 +08:00
Refactor code
This commit is contained in:
parent
d5b5929e9b
commit
29e2a00109
@ -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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user