|
|
@@ -2,7 +2,7 @@ package md |
|
|
|
|
|
|
|
type SmsSendReq struct { |
|
|
|
Mobile string `json:"mobile" binding:"required"` |
|
|
|
Type string `json:"type" example:"h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码、changePasscode:修改支付密码"` |
|
|
|
Type string `json:"type" example:"userDelete:用户注销 h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码、changePasscode:修改支付密码"` |
|
|
|
LotNumber string `json:"lot_number" example:"阿里云图形验证码对应参数"` |
|
|
|
GenTime string `json:"gen_time" example:"阿里云图形验证码对应参数"` |
|
|
|
CaptchaOutput string `json:"captcha_output" example:"阿里云图形验证码对应参数"` |
|
|
|