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, `

黄海测试

`) }