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