Explorar el Código

200 套参数加入

fly hace 1 mes
padre
commit
bae557a75d
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      main.go

+ 3 - 3
main.go

@@ -11,9 +11,9 @@ import (
 var (
 	log         = logrus.WithField("module", "main")
 	excelHandle *excelize.File
-	ids         []string
-	startId     = 25120001
-	endId       = 25120060
+	ids         = []string{"20251204", "20251205", "20251208"}
+	startId     = 16127287
+	endId       = 16127485
 )
 
 func init() {