This commit is contained in:
苏尹岚
2021-03-30 10:19:36 +08:00
parent c56500548c
commit ac2bb2bcfe
71 changed files with 3614 additions and 3611 deletions

View File

@@ -41,7 +41,7 @@ import (
"git.rosy.net.cn/jx-callback/business/jxutils/cache/redis"
"git.rosy.net.cn/jx-callback/globals"
"github.com/astaxie/beego"
beego "github.com/astaxie/beego/adapter"
"github.com/qiniu/api.v7/auth/qbox"
)

View File

@@ -4,8 +4,8 @@ import (
"git.rosy.net.cn/jx-callback/business/model"
"git.rosy.net.cn/jx-callback/business/model/legacymodel"
"git.rosy.net.cn/jx-callback/globals"
"github.com/astaxie/beego"
"github.com/astaxie/beego/orm"
beego "github.com/astaxie/beego/adapter"
"github.com/astaxie/beego/adapter/orm"
)
func Init() {

View File

@@ -2,8 +2,8 @@ package globals
import (
"git.rosy.net.cn/baseapi"
"github.com/astaxie/beego"
"github.com/astaxie/beego/logs"
beego "github.com/astaxie/beego/adapter"
"github.com/astaxie/beego/adapter/logs"
_ "github.com/go-sql-driver/mysql" // import your used driver
"go.uber.org/zap"
)

View File

@@ -6,7 +6,7 @@ import (
"git.rosy.net.cn/jx-callback/globals"
"git.rosy.net.cn/jx-callback/globals/beegodb"
"github.com/astaxie/beego"
beego "github.com/astaxie/beego/adapter"
)
func Init() {