注册接收数据添加年龄、性别等信息

This commit is contained in:
junleea 2024-06-05 11:47:03 +08:00
parent a10830f820
commit 43cc8c272d
1 changed files with 2 additions and 0 deletions

View File

@ -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 {