ziwen 2 лет назад
Родитель
Сommit
edc75ce1f3
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      services/task.go

+ 3 - 3
services/task.go

@@ -15,9 +15,9 @@ func Task() {
 	//task.AddTask("中国煤炭网爬取", refreshCoal)
 	//task.StartTask()
 	//FileCoalJsm()
-	FileCoalFirm()
-	FileCoalCoastal()
-	//FileCoalInland()
+	//FileCoalFirm()
+	//FileCoalCoastal()
+	FileCoalInland()
 	fmt.Println("end crawler")
 }