Browse Source

用户注销操作接口

tmp
huangjiajun 3 weeks ago
parent
commit
a6acf7503e
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      app/md/md_login.go
  2. +1
    -1
      docs/docs.go
  3. +1
    -1
      docs/swagger.json
  4. +1
    -1
      docs/swagger.yaml

+ 1
- 1
app/md/md_login.go View File

@@ -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:"阿里云图形验证码对应参数"`


+ 1
- 1
docs/docs.go View File

@@ -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:修改支付密码"
} }
} }
}, },


+ 1
- 1
docs/swagger.json View File

@@ -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:修改支付密码"
} }
} }
}, },


+ 1
- 1
docs/swagger.yaml View File

@@ -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


Loading…
Cancel
Save