modify imports name

This commit is contained in:
Joker
2019-12-19 16:43:20 +08:00
parent 465eb014bd
commit f4234c7ece
82 changed files with 292 additions and 236 deletions

View File

@@ -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() {

View File

@@ -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 {

View File

@@ -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) {