This commit is contained in:
withchao
2023-03-28 16:26:02 +08:00
parent e27be8f698
commit 3613787a6b
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ func NewGinRouter(zk discoveryregistry.SvcDiscoveryRegistry, rdb redis.Universal
authRouterGroupChildToken.POST("/force_logout", a.ForceLogout) //1
}
////Third service
thirdGroup := r.Group("/third")
thirdGroup := r.Group("/responseresponse")
{
t := NewThird(zk)
thirdGroup.Use(mw.GinParseToken(rdb))