@@ -649,7 +649,7 @@ func (this *Tags) GetBidding(industry, area, city, stype, keyword string, reques
var datas *[]map[string]interface{}
var startPage int
currentPage := 5
- limitcount := 50
+ limitcount := qu.IntAllDef(config.Seoconfig["tagsLimitCount"], 50)
count := elastic.Count(INDEX, TYPE, query1)
if keyword == "" {
r := rand.New(rand.NewSource(time.Now().UnixNano()))
@@ -4491,5 +4491,6 @@
"seoKeywordSuffix":"",
"seoLetterPageSize":1000,
"seoAreaSuffix":"政府采购网",
- "appNewUserTime":1668155814
+ "appNewUserTime":1668155814,
+ "tagsLimitCount":300
}