package user type UpdateNameRequest struct { OpenId string `json:"openId"` NickName string `json:"nickName"` AvatarUrl string `json:"avatarUrl"` }