mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-09-19 07:19:13 +08:00
modify imports name
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/astaxie/beego/orm"
|
||||
_ "github.com/go-sql-driver/mysql"
|
||||
"juhe/service/conf"
|
||||
"dongfeng-pay/service/conf"
|
||||
)
|
||||
|
||||
func Init() {
|
||||
|
@@ -13,8 +13,8 @@ import (
|
||||
"fmt"
|
||||
"github.com/astaxie/beego/logs"
|
||||
"github.com/astaxie/beego/orm"
|
||||
"juhe/service/common"
|
||||
"juhe/service/utils"
|
||||
"dongfeng-pay/service/common"
|
||||
"dongfeng-pay/service/utils"
|
||||
)
|
||||
|
||||
type PayforInfo struct {
|
||||
|
@@ -12,8 +12,8 @@ package models
|
||||
import (
|
||||
"github.com/astaxie/beego/logs"
|
||||
"github.com/astaxie/beego/orm"
|
||||
"juhe/service/common"
|
||||
"juhe/service/utils"
|
||||
"dongfeng-pay/service/common"
|
||||
"dongfeng-pay/service/utils"
|
||||
)
|
||||
|
||||
func OperatorAccount(accountUid, operatorType string, amount float64) (string, bool) {
|
||||
|
Reference in New Issue
Block a user