ci/cd调整

This commit is contained in:
2026-06-10 16:27:59 +08:00
parent fe5e19603b
commit 809c2df2b7
20 changed files with 110 additions and 75 deletions

View File

@@ -12,7 +12,7 @@ import (
"order/model/dto"
"order/model/entity"
"gitea.com/red-future/common/http"
"gitea.redpowerfuture.com/red-future/common/http"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/util/gconv"
"github.com/robfig/cron/v3"

View File

@@ -12,7 +12,7 @@ import (
"order/model/dto"
"order/model/entity"
"gitea.com/red-future/common/http"
"gitea.redpowerfuture.com/red-future/common/http"
"github.com/gogf/gf/v2/frame/g"
"go.mongodb.org/mongo-driver/v2/bson"
)