更新包名

This commit is contained in:
ayflying
2025-03-06 11:50:17 +08:00
parent 843cdc94d4
commit d44810e174
21 changed files with 45 additions and 43 deletions

View File

@@ -1,12 +1,12 @@
package cmd
import (
"github.com/ayflying/utility_go/service"
"github.com/gogf/gf/v2/errors/gcode"
"github.com/gogf/gf/v2/errors/gerror"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/net/ghttp"
"github.com/gogf/gf/v2/text/gstr"
"new-gitlab.adesk.com/public_project/utility_go/service"
)
//func MiddlewareAnonymous(r *ghttp.Request) {

View File

@@ -2,12 +2,12 @@ package cmd
import (
"context"
"github.com/ayflying/utility_go/package/s3"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/net/ghttp"
"github.com/gogf/gf/v2/os/gcfg"
"github.com/gogf/gf/v2/os/gcmd"
"github.com/gogf/gf/v2/os/gctx"
"new-gitlab.adesk.com/public_project/utility_go/package/s3"
"os"
"time"
)