Bläddra i källkod

用户注销操作接口

tmp
huangjiajun 3 veckor sedan
förälder
incheckning
a6acf7503e
4 ändrade filer med 4 tillägg och 4 borttagningar
  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 Visa fil

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


+ 1
- 1
docs/docs.go Visa fil

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


+ 1
- 1
docs/swagger.json Visa fil

@@ -5860,7 +5860,7 @@
},
"type": {
"type": "string",
"example": "h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码、changePasscode:修改支付密码"
"example": "userDelete:用户注销 h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码、changePasscode:修改支付密码"
}
}
},


+ 1
- 1
docs/swagger.yaml Visa fil

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


Laddar…
Avbryt
Spara