加入settings.py同步

This commit is contained in:
marvzhang
2020-02-17 11:15:16 +08:00
parent a9277f3412
commit dec566d1e5
14 changed files with 154 additions and 334 deletions

View File

@@ -4,3 +4,9 @@ type SpiderType struct {
Type string `json:"type" bson:"_id"`
Count int `json:"count" bson:"count"`
}
type ScrapySettingParam struct {
Key string
Value interface{}
Type string
}