修复bug
This commit is contained in:
@@ -94,6 +94,7 @@ type PublicInfoResponse struct {
|
||||
Affiliation string `json:"affiliation"`
|
||||
Country string `json:"country"`
|
||||
TeamID int `json:"team_id"`
|
||||
Website string `json:"website"`
|
||||
}
|
||||
|
||||
// PublicAllInfoResponse 定义返回所有用户公开信息结构体 暂时不显示队伍名称
|
||||
@@ -133,3 +134,12 @@ type StudentsOrOthersInfoResponse struct {
|
||||
IDOrEmail string `json:"id_email"`
|
||||
QQ string `json:"qq"`
|
||||
}
|
||||
|
||||
// UpdateUserInfoResponse 定义更新用户信息的响应
|
||||
type UpdateUserInfoRequest struct {
|
||||
Name string `json:"name"`
|
||||
Email string `json:"email"`
|
||||
Country string `json:"country"`
|
||||
Website string `json:"website"`
|
||||
Affiliation string `json:"affiliation"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user