api update

This commit is contained in:
Gordon
2022-02-24 18:08:53 +08:00
parent 188ca8fc58
commit 0410003ceb
4 changed files with 19 additions and 12 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ type GetUsersInfoReq struct {
}
type GetUsersInfoResp struct {
CommResp
UserInfoList []*open_im_sdk.PublicUserInfo
Data []map[string]interface{} `json:"data"`
UserInfoList []*open_im_sdk.PublicUserInfo `json:"-"`
Data []map[string]interface{} `json:"data"`
}
type UpdateSelfUserInfoReq struct {