增加任务接口逻辑

This commit is contained in:
lianghuanjie
2024-12-11 21:15:59 +08:00
parent e2ba6924b8
commit 9f4fb0a9d0
24 changed files with 765 additions and 63 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.23.4
require (
github.com/golang-jwt/jwt/v4 v4.5.1
github.com/shopspring/decimal v1.4.0
github.com/spf13/cast v1.7.0
github.com/zeromicro/go-zero v1.7.4
)