Refactor code

This commit is contained in:
wenxu12345
2021-12-31 09:25:11 +08:00
parent aab6ad96eb
commit 9bee5c79c8
6 changed files with 26 additions and 32 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ type GetUserInfoReq struct {
}
type GetUserInfoResp struct {
CommResp
UserInfoList []*open_im_sdk.UserInfo `json:"data"`
UserInfoList []*open_im_sdk.UserInfo
Data []map[string]interface{} `json:"data"`
}
type UpdateUserInfoReq struct {