Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- package md
-
- type RegisterForMediumReq struct {
- Phone string `json:"phone" binding:"required" example:"登录账号"`
- PassWord string `json:"password" binding:"required" example:"登录密码"`
- Code string `json:"code" example:"验证码"`
- }
-
- type RegisterForAgentReq struct {
- Phone string `json:"phone" binding:"required" example:"登录账号"`
- PassWord string `json:"password" binding:"required" example:"登录密码"`
- Code string `json:"code" example:"验证码"`
- }
|