From 43cc8c272d521977868547bcedc0815606c1dd8c Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Wed, 5 Jun 2024 11:47:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=86=8C=E6=8E=A5=E6=94=B6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=B7=BB=E5=8A=A0=E5=B9=B4=E9=BE=84=E3=80=81=E6=80=A7?= =?UTF-8?q?=E5=88=AB=E7=AD=89=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/user.go | 2 ++ 1 file changed, 2 insertions(+) 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 {