From d4e6d0c5e1f2a956cd21d86a0f228d1e58ac89a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Sat, 9 Apr 2022 18:03:28 +0800 Subject: [PATCH] update --- service/wechatopen/app.go | 6 +++--- service/wechatopen/authorizer_access_token.db.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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" )