|
|
@@ -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) {
|