master
huanghai 5 years ago
parent ab5af1986e
commit f759088116

@ -440,29 +440,6 @@ var doc = `{
]
}
},
"/oauth2/wxShowImg": {
"get": {
"description": "微信显示二维码",
"consumes": [
"application/x-www-form-urlencoded"
],
"produces": [
"application/json"
],
"tags": [
"登录验证类"
],
"summary": "微信显示二维码",
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "string"
}
}
}
}
},
"/sso/addJoinApp": {
"post": {
"description": "增加一条接入系统的记录",

@ -424,29 +424,6 @@
]
}
},
"/oauth2/wxShowImg": {
"get": {
"description": "微信显示二维码",
"consumes": [
"application/x-www-form-urlencoded"
],
"produces": [
"application/json"
],
"tags": [
"登录验证类"
],
"summary": "微信显示二维码",
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "string"
}
}
}
}
},
"/sso/addJoinApp": {
"post": {
"description": "增加一条接入系统的记录",

@ -317,21 +317,6 @@ paths:
- 登录验证类
x-emptylimit:
- code
/oauth2/wxShowImg:
get:
consumes:
- application/x-www-form-urlencoded
description: 微信显示二维码
produces:
- application/json
responses:
"200":
description: OK
schema:
type: string
summary: 微信显示二维码
tags:
- 登录验证类
/sso/addJoinApp:
post:
consumes:

@ -72,8 +72,7 @@
<h3>第三方账号登录:</h3>
<ul class="clearfix">
<li class="qq">
<!--<a a href="https://graph.qq.com/oauth2.0/authorize?response_type=code&client_id=101470748&scope=all&redirect_uri=https://10.10.14.200/dsssoserver/html/jumpQq.html" tjjj="passport.login.thd.login.qq"></a>-->
<a a href="#" tjjj="passport.login.thd.login.qq"></a>
<a a href="https://graph.qq.com/oauth2.0/authorize?response_type=code&client_id=101470748&scope=all&redirect_uri=http://fort.edusoa.com:7777/oauth2/qqLogin" tjjj="passport.login.thd.login.qq"></a>
</li>
<li class="weixin">
<a href="https://open.weixin.qq.com/connect/qrconnect?appid=wx3e0449144386938a&redirect_uri=http://fort.edusoa.com:7777/sso/static/jumpWx.html&response_type=code&scope=snsapi_login&state=STATE#wechat_redirect" tjjj="passport.login.thd.login.weixin"></a>

Loading…
Cancel
Save