tidy code

This commit is contained in:
wenxu12345
2021-12-28 18:18:35 +08:00
parent 141936e609
commit 6d589a1204
4 changed files with 20 additions and 11 deletions
+9
View File
@@ -26,3 +26,12 @@ type GetUserInfoResp struct {
CommResp
UserInfoList []*open_im_sdk.UserInfo `json:"data"`
}
type UpdateUserInfoReq struct {
UserInfo
OperationID string `json:"operationID" binding:"required"`
}
type UpdateUserInfoResp struct {
CommResp
}