ci/cd调整

This commit is contained in:
2026-06-10 16:02:27 +08:00
parent e00b0be83d
commit 6cc9b84324
6 changed files with 10 additions and 1175 deletions

10
main.go
View File

@@ -8,11 +8,11 @@ import (
"net/url"
"strings"
"gitea.com/red-future/common/consul"
"gitea.com/red-future/common/http"
"gitea.com/red-future/common/middleware"
_ "gitea.com/red-future/common/swagger"
"gitea.com/red-future/common/utils"
"gitea.redpowerfuture.com/red-future/common/consul"
"gitea.redpowerfuture.com/red-future/common/http"
"gitea.redpowerfuture.com/red-future/common/middleware"
_ "gitea.redpowerfuture.com/red-future/common/swagger"
"gitea.redpowerfuture.com/red-future/common/utils"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/net/ghttp"
"github.com/gogf/gf/v2/util/gconv"