|
@@ -208,13 +208,14 @@ func GetWhichDepartmentCount(condition string) (count int, err error) {
|
|
|
}
|
|
|
|
|
|
type IsShow struct {
|
|
|
- IsShow bool `description:"绝密内参按钮是否展示"`
|
|
|
- IsShowResearch bool `description:"研选是否展示限免"`
|
|
|
- IsShowChart bool `description:"图表是否展示限免"`
|
|
|
- IsShowList bool `description:"榜单是否展示"`
|
|
|
- LinkWxExplain string `description:"关注微信公众号链接说明地址"`
|
|
|
- YanXuan_Explain bool `description:"研选说明"`
|
|
|
- SearchTxtList SearchTxt `description:"搜索栏回显内容说明"`
|
|
|
+ IsShow bool `description:"绝密内参按钮是否展示"`
|
|
|
+ IsShowFreeButton bool `description:"免费送月卡按钮是否展示"`
|
|
|
+ IsShowResearch bool `description:"研选是否展示限免"`
|
|
|
+ IsShowChart bool `description:"图表是否展示限免"`
|
|
|
+ IsShowList bool `description:"榜单是否展示"`
|
|
|
+ LinkWxExplain string `description:"关注微信公众号链接说明地址"`
|
|
|
+ YanXuan_Explain bool `description:"研选说明"`
|
|
|
+ SearchTxtList SearchTxt `description:"搜索栏回显内容说明"`
|
|
|
}
|
|
|
|
|
|
type SearchTxt struct {
|