ci/cd调整

This commit is contained in:
2026-06-10 16:30:36 +08:00
parent 69cbec24d4
commit 99cbdec579
14 changed files with 96 additions and 321 deletions

View File

@@ -14,7 +14,7 @@ import (
"github.com/gogf/gf/v2/net/ghttp"
"github.com/gogf/gf/v2/os/glog"
"gitea.com/red-future/common/utils"
"gitea.redpowerfuture.com/red-future/common/utils"
"github.com/gogf/gf/v2/errors/gerror"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/util/gconv"

View File

@@ -6,7 +6,7 @@ import (
"oss/dao"
"oss/model/dto"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/util/gconv"
)