diff --git a/service/wechatopen/app.go b/service/wechatopen/app.go index 23a84099..0dcb7ec9 100644 --- a/service/wechatopen/app.go +++ b/service/wechatopen/app.go @@ -1,11 +1,11 @@ package wechatopen import ( - "dtapps/dta/library/utils/gomongo" "encoding/json" "errors" - "gitee.com/dtapps/go-library/utils/gohttp" - "gitee.com/dtapps/go-library/utils/gotime" + "github.com/dtapps/go-library/utils/gohttp" + "github.com/dtapps/go-library/utils/gomongo" + "github.com/dtapps/go-library/utils/gotime" "gorm.io/gorm" "net/http" ) diff --git a/service/wechatopen/authorizer_access_token.db.go b/service/wechatopen/authorizer_access_token.db.go index e86078f9..a31eb02f 100644 --- a/service/wechatopen/authorizer_access_token.db.go +++ b/service/wechatopen/authorizer_access_token.db.go @@ -1,7 +1,7 @@ package wechatopen import ( - "gitee.com/dtapps/go-library/utils/gotime" + "github.com/dtapps/go-library/utils/gotime" "gorm.io/gorm" "time" )