From b65de23460620259335439fb54ba8f9e84c744ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Thu, 17 Dec 2020 11:13:02 +0800 Subject: [PATCH] 'commit' --- dsBaseWeb/Sso/Sso.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dsBaseWeb/Sso/Sso.go b/dsBaseWeb/Sso/Sso.go index a2b22f6e..33a153f0 100644 --- a/dsBaseWeb/Sso/Sso.go +++ b/dsBaseWeb/Sso/Sso.go @@ -93,11 +93,11 @@ func CheckSsoCode(c *gin.Context) { RedisUtil.EXPIRE(accessToken) //跳转到最终访问的地址 - //c.Redirect(http.StatusFound, reqCallBackURL) - c.Header("Content-Type", "text/html;charset=utf-8") + c.Redirect(http.StatusFound, reqCallBackURL) + //c.Header("Content-Type", "text/html;charset=utf-8") /* html := ``*/ - c.String(200, `

黄海测试

`) + //c.String(200, `

黄海测试

`) }