|
@@ -371,10 +371,11 @@ func GetWhichDepartmentCount(condition string) (count int, err error) {
|
|
|
}
|
|
|
|
|
|
type IsShow struct {
|
|
|
- IsShow bool `description:"绝密内参按钮是否展示"`
|
|
|
- IsYanxuanSpecialAuthor bool `description:"绝密内参按钮是否展示"`
|
|
|
- LinkWxExplain string `description:"关注微信公众号链接说明地址"`
|
|
|
- IsShowWxPay bool `description:"是否展示微信支付"`
|
|
|
+ IsShow bool `description:"绝密内参按钮是否展示"`
|
|
|
+ IsYanxuanSpecialAuthor bool `description:"绝密内参按钮是否展示"`
|
|
|
+ LinkWxExplain string `description:"关注微信公众号链接说明地址"`
|
|
|
+ IsShowMobileAndEmailButton bool `description:"是否展示手机号跟邮箱按钮"`
|
|
|
+ IsShowWxPay bool `description:"是否展示微信支付"`
|
|
|
}
|
|
|
|
|
|
type SearchTxt struct {
|