Explorar o código

去除错误语法

zhangjinkun %!s(int64=6) %!d(string=hai) anos
pai
achega
6295f31014
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/jy/extract/extract.go

+ 1 - 1
src/jy/extract/extract.go

@@ -21,7 +21,7 @@ var (
 	TaskList  map[string]*ExtractTask                //任务列表
 	saveLimit = 200                                  //抽取日志批量保存
 
-	Fields = `{"title":1,"detail":1,"contenthtml":1,"href":1,"spidercode":1:"toptype":1,"area":1,"city":1}`
+	Fields = `{"title":1,"detail":1,"contenthtml":1,"href":1,"spidercode":1,"toptype":1,"area":1,"city":1}`
 )
 
 //启动抽取