Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- 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:"验证码"`
- }
|