定时任务抽取数据

This commit is contained in:
2026-04-07 09:51:32 +08:00
parent 41089cca2d
commit 4f3ad39eeb
12 changed files with 1684 additions and 2 deletions

1
go.mod
View File

@@ -8,6 +8,7 @@ require (
github.com/gogf/gf/contrib/nosql/redis/v2 v2.9.5
github.com/gogf/gf/v2 v2.10.0
github.com/olekukonko/errors v1.1.0
github.com/sirupsen/logrus v1.9.3
golang.org/x/net v0.47.0
)