diff --git a/dsSso/docs/docs.go b/dsSso/docs/docs.go index 1f4adced..0bba7740 100644 --- a/dsSso/docs/docs.go +++ b/dsSso/docs/docs.go @@ -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": "增加一条接入系统的记录", diff --git a/dsSso/docs/swagger.json b/dsSso/docs/swagger.json index eaddccae..a8515c0a 100644 --- a/dsSso/docs/swagger.json +++ b/dsSso/docs/swagger.json @@ -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": "增加一条接入系统的记录", diff --git a/dsSso/docs/swagger.yaml b/dsSso/docs/swagger.yaml index d88930bc..c634d8ac 100644 --- a/dsSso/docs/swagger.yaml +++ b/dsSso/docs/swagger.yaml @@ -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: diff --git a/dsSso/static/index.html b/dsSso/static/index.html index d581d62a..1fce7caa 100644 --- a/dsSso/static/index.html +++ b/dsSso/static/index.html @@ -72,8 +72,7 @@