Browse Source

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

zwxi 1 năm trước cách đây
mục cha
commit
969edbbfca
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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 {
-	BaseCommonController
+	BaseAuthController
 }
+
 type Data []struct {
 	Title    string
 	ItemList []ShanghaiList