From a6acf7503ed298b8586920f80bbe123480888885 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Tue, 10 Dec 2024 22:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=B3=A8=E9=94=80=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/md/md_login.go | 2 +- docs/docs.go | 2 +- docs/swagger.json | 2 +- docs/swagger.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/md/md_login.go b/app/md/md_login.go index f8ddf0a..39080e9 100644 --- a/app/md/md_login.go +++ b/app/md/md_login.go @@ -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:"阿里云图形验证码对应参数"` diff --git a/docs/docs.go b/docs/docs.go index cf09e3d..cc0663e 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -5867,7 +5867,7 @@ const docTemplate = `{ }, "type": { "type": "string", - "example": "h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码、changePasscode:修改支付密码" + "example": "userDelete:用户注销 h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码、changePasscode:修改支付密码" } } }, diff --git a/docs/swagger.json b/docs/swagger.json index 0cbfbb6..5a38b85 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -5860,7 +5860,7 @@ }, "type": { "type": "string", - "example": "h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码、changePasscode:修改支付密码" + "example": "userDelete:用户注销 h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码、changePasscode:修改支付密码" } } }, diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 119136a..be345f1 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -1342,7 +1342,7 @@ definitions: example: 阿里云图形验证码对应参数 type: string type: - example: h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码、changePasscode:修改支付密码 + example: userDelete:用户注销 h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码、changePasscode:修改支付密码 type: string required: - mobile