Selaa lähdekoodia

交易所数据源改为有权限校验

zwxi 1 vuosi sitten
vanhempi
commit
969edbbfca
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      controllers/commodity_trade_base_index.go

+ 2 - 1
controllers/commodity_trade_base_index.go

@@ -15,8 +15,9 @@ import (
 )
 )
 
 
 type TradeCommonController struct {
 type TradeCommonController struct {
-	BaseCommonController
+	BaseAuthController
 }
 }
+
 type Data []struct {
 type Data []struct {
 	Title    string
 	Title    string
 	ItemList []ShanghaiList
 	ItemList []ShanghaiList