zhou.xiaoning 2 年之前
父節點
當前提交
bf0abe6761
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      models/market.go

+ 1 - 1
models/market.go

@@ -507,7 +507,7 @@ func GetAvalidExchangeId(userId int64) []int64 {
 
 
 type GetMarketSectionsRsp struct {
 type GetMarketSectionsRsp struct {
 	Marketsection
 	Marketsection
-	Marketsectionconfignews []Marketsectionconfignew `xorm:"-"`
+	Marketsectionconfignews []Marketsectionconfignew `json:"marketsectionconfignews" xorm:"-"`
 }
 }
 
 
 func GetMarketSections() (datas []GetMarketSectionsRsp, err error) {
 func GetMarketSections() (datas []GetMarketSectionsRsp, err error) {