|
@@ -30,6 +30,8 @@ type config struct {
|
|
DayNum int `json:"daynum"`
|
|
DayNum int `json:"daynum"`
|
|
Modal int `json:"Modal"` //1列表页三级页分开采集,0原始采完列表采三级页(7000,7700)
|
|
Modal int `json:"Modal"` //1列表页三级页分开采集,0原始采完列表采三级页(7000,7700)
|
|
IsHistoryEvent bool `json:"ishistoryevent"` //只有7000为true
|
|
IsHistoryEvent bool `json:"ishistoryevent"` //只有7000为true
|
|
|
|
+ SiteType []string `json:"sitetype"` //网站类型
|
|
|
|
+ SiteColl string `json:"sitecoll"` //网站类型
|
|
//补漏
|
|
//补漏
|
|
Checkmaxpage map[string]int `json:"checkmaxpage"`
|
|
Checkmaxpage map[string]int `json:"checkmaxpage"`
|
|
CheckHourTime int `json:"checkhourtime"`
|
|
CheckHourTime int `json:"checkhourtime"`
|