Explorar o código

取消通用功能鉴权

Simon Zhou %!s(int64=5) %!d(string=hai) anos
pai
achega
738a60957a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      routers/router.go

+ 1 - 1
routers/router.go

@@ -47,7 +47,7 @@ func InitRouter() *gin.Engine {
 	}
 	// ************************ 通用功能 ************************
 	commonR := apiR.Group("Common")
-	commonR.Use(token.Auth())
+	commonR.Use()
 	{
 		// 查询交易端菜单
 		commonR.GET("/QueryTraderMenu", common.QueryTraderMenu)