master
huanghai 5 years ago
parent d9f0742e67
commit 07accd1d6f

@ -405,6 +405,29 @@ var doc = `{
]
}
},
"/oauth2/unBindWxUser": {
"get": {
"description": "绑定微信用户",
"consumes": [
"application/x-www-form-urlencoded"
],
"produces": [
"application/json"
],
"tags": [
"解除登录验证类"
],
"summary": "解除绑定微信用户",
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "string"
}
}
}
}
},
"/oauth2/wxLogin": {
"post": {
"description": "微信登录",

@ -389,6 +389,29 @@
]
}
},
"/oauth2/unBindWxUser": {
"get": {
"description": "绑定微信用户",
"consumes": [
"application/x-www-form-urlencoded"
],
"produces": [
"application/json"
],
"tags": [
"解除登录验证类"
],
"summary": "解除绑定微信用户",
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "string"
}
}
}
}
},
"/oauth2/wxLogin": {
"post": {
"description": "微信登录",

@ -294,6 +294,21 @@ paths:
- 登录验证类
x-emptylimit:
- userName
/oauth2/unBindWxUser:
get:
consumes:
- application/x-www-form-urlencoded
description: 绑定微信用户
produces:
- application/json
responses:
"200":
description: OK
schema:
type: string
summary: 解除绑定微信用户
tags:
- 解除登录验证类
/oauth2/wxLogin:
post:
consumes:

Loading…
Cancel
Save