注册接收数据添加年龄、性别等信息
This commit is contained in:
parent
a10830f820
commit
43cc8c272d
|
|
@ -27,6 +27,8 @@ type RLReq struct {
|
||||||
User string `json:"username" form:"username"`
|
User string `json:"username" form:"username"`
|
||||||
Email string `json:"email" form:"email"`
|
Email string `json:"email" form:"email"`
|
||||||
Password string `json:"password" form:"password"`
|
Password string `json:"password" form:"password"`
|
||||||
|
Age int `json:"age" form:"age"`
|
||||||
|
Gender string `json:"gender" form:"gender"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type QRReq struct {
|
type QRReq struct {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue