diff --git a/handler/user.go b/handler/user.go index fd9bb43..4154e98 100644 --- a/handler/user.go +++ b/handler/user.go @@ -27,6 +27,8 @@ type RLReq struct { User string `json:"username" form:"username"` Email string `json:"email" form:"email"` Password string `json:"password" form:"password"` + Age int `json:"age" form:"age"` + Gender string `json:"gender" form:"gender"` } type QRReq struct {