This commit is contained in:
苏尹岚
2021-03-30 16:27:27 +08:00
parent 5a7e7a0ab7
commit 6235597ba6
21 changed files with 943 additions and 943 deletions

View File

@@ -14,7 +14,7 @@ import (
"git.rosy.net.cn/jx-callback/business/auth2/authprovider/weixin"
"git.rosy.net.cn/jx-callback/business/model"
"git.rosy.net.cn/jx-callback/globals"
"github.com/astaxie/beego"
beego "github.com/astaxie/beego/adapter"
)
func GetComposedCode(c *beego.Controller, code string) (composedCode string) {

View File

@@ -2,7 +2,7 @@ package controllers
import (
"git.rosy.net.cn/jx-callback/business/jxstore/financial"
"github.com/astaxie/beego"
beego "github.com/astaxie/beego/adapter"
)
type BillController struct {

View File

@@ -4,7 +4,7 @@ import (
"git.rosy.net.cn/jx-callback/business/jxstore/cms"
"git.rosy.net.cn/jx-callback/business/jxstore/initdata"
"git.rosy.net.cn/jx-callback/business/jxutils/datares"
"github.com/astaxie/beego"
beego "github.com/astaxie/beego/adapter"
)
type CmsController struct {

View File

@@ -8,7 +8,7 @@ import (
"git.rosy.net.cn/jx-callback/business/jxutils"
"git.rosy.net.cn/jx-callback/business/jxutils/tasksch"
"github.com/astaxie/beego"
beego "github.com/astaxie/beego/adapter"
)
type TaskController struct {

View File

@@ -23,7 +23,7 @@ import (
"git.rosy.net.cn/baseapi/utils"
"github.com/astaxie/beego"
beego "github.com/astaxie/beego/adapter"
)
// 操作事件明细相关API

View File

@@ -11,7 +11,7 @@ import (
"git.rosy.net.cn/jx-callback/business/model"
"git.rosy.net.cn/jx-callback/business/model/dao"
"git.rosy.net.cn/jx-callback/globals/api"
"github.com/astaxie/beego"
beego "github.com/astaxie/beego/adapter"
)
type JobController struct {

View File

@@ -3,7 +3,7 @@ package controllers
import (
"git.rosy.net.cn/jx-callback/business/jxstore/cms"
"git.rosy.net.cn/jx-callback/business/jxutils"
"github.com/astaxie/beego"
beego "github.com/astaxie/beego/adapter"
)
type OrderController struct {

View File

@@ -12,8 +12,8 @@ import (
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/globals"
"github.com/astaxie/beego"
"github.com/astaxie/beego/context"
beego "github.com/astaxie/beego/adapter"
"github.com/astaxie/beego/server/web/context"
)
type TongLianController struct {

View File

@@ -11,7 +11,7 @@ import (
"git.rosy.net.cn/jx-callback/business/model"
"git.rosy.net.cn/jx-callback/business/model/dao"
"git.rosy.net.cn/jx-callback/globals"
"github.com/astaxie/beego"
beego "github.com/astaxie/beego/adapter"
)
type User2Controller struct {

View File

@@ -10,7 +10,7 @@ import (
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/globals"
"git.rosy.net.cn/jx-callback/globals/api"
"github.com/astaxie/beego"
beego "github.com/astaxie/beego/adapter"
)
type WXPayController struct {