|
@@ -125,9 +125,9 @@ func getCodeBaseInfo() {
|
|
|
"state": map[string]interface{}{
|
|
|
"$in": []int{5, 11}, //上架、上线爬虫
|
|
|
},
|
|
|
- "platform": map[string]interface{}{
|
|
|
- "$in": []string{"golua平台", "chrome", "python"},
|
|
|
- },
|
|
|
+ //"platform": map[string]interface{}{
|
|
|
+ // "$in": []string{"golua平台", "chrome", "python"},
|
|
|
+ //},
|
|
|
},
|
|
|
//lua正在被维护的爬虫和上架爬虫
|
|
|
map[string]interface{}{
|