zhou.xiaoning hace 2 años
padre
commit
bf0abe6761
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      models/market.go

+ 1 - 1
models/market.go

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