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