Explorar el Código

仓单贸易增加token校验

zou.yingbin hace 4 años
padre
commit
f9dc36a805
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      routers/router.go

+ 1 - 0
routers/router.go

@@ -516,6 +516,7 @@ func InitRouter() *gin.Engine {
 
 	// **************************仓单贸易v2(仓单优化)********************
 	wrTrade2R := apiR.Group("WrTrade2")
+	wrTrade2R.Use(token.Auth())
 	{
 		wrTrade2R.GET("QueryOrderQuote", wrTrade2.QueryOrderQuote)
 		wrTrade2R.GET("QueryOrderQuoteDetail", wrTrade2.QueryOrderQuoteDetail)