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

@@ -10,8 +10,8 @@
package controllers
import (
"juhe/jhagent/sys/enum"
"juhe/service/models"
"dongfeng-pay/jhagent/sys/enum"
"dongfeng-pay/service/models"
"strconv"
"strings"
)

View File

@@ -12,9 +12,9 @@ package controllers
import (
"fmt"
"github.com/tealeg/xlsx"
"juhe/jhagent/sys/enum"
"juhe/jhagent/utils"
"juhe/service/models"
"dongfeng-pay/jhagent/sys/enum"
"dongfeng-pay/jhagent/utils"
"dongfeng-pay/service/models"
"os"
"recharge/sys"
"strings"

View File

@@ -11,8 +11,8 @@ package controllers
import (
"fmt"
"juhe/jhagent/sys/enum"
"juhe/service/models"
"dongfeng-pay/jhagent/sys/enum"
"dongfeng-pay/service/models"
)
type Index struct {

View File

@@ -11,7 +11,7 @@ package controllers
import (
"github.com/astaxie/beego"
"juhe/jhagent/sys/enum"
"dongfeng-pay/jhagent/sys/enum"
)
type KeepSession struct {

View File

@@ -13,10 +13,10 @@ import (
"fmt"
"github.com/astaxie/beego"
"github.com/dchest/captcha"
"juhe/jhagent/sys"
"juhe/jhagent/sys/enum"
"juhe/jhagent/utils"
"juhe/service/models"
"dongfeng-pay/jhagent/sys"
"dongfeng-pay/jhagent/sys/enum"
"dongfeng-pay/jhagent/utils"
"dongfeng-pay/service/models"
"strconv"
"strings"
)

View File

@@ -13,10 +13,10 @@ import (
"fmt"
"github.com/rs/xid"
"github.com/tealeg/xlsx"
"juhe/jhagent/sys/enum"
"juhe/jhagent/utils"
"juhe/service/common"
"juhe/service/models"
"dongfeng-pay/jhagent/sys/enum"
"dongfeng-pay/jhagent/utils"
"dongfeng-pay/service/common"
"dongfeng-pay/service/models"
"path"
"regexp"
"strconv"

View File

@@ -10,8 +10,8 @@
package controllers
import (
"juhe/jhagent/sys/enum"
"juhe/service/models"
"dongfeng-pay/jhagent/sys/enum"
"dongfeng-pay/service/models"
"strconv"
"strings"
)

View File

@@ -10,8 +10,8 @@
package controllers
import (
"juhe/jhagent/sys/enum"
"juhe/service/models"
"dongfeng-pay/jhagent/sys/enum"
"dongfeng-pay/service/models"
"regexp"
"strings"
)

View File

@@ -12,10 +12,10 @@ package controllers
import (
"fmt"
"github.com/rs/xid"
"juhe/jhagent/sys/enum"
"juhe/jhagent/utils"
"juhe/service/common"
"juhe/service/models"
"dongfeng-pay/jhagent/sys/enum"
"dongfeng-pay/jhagent/utils"
"dongfeng-pay/service/common"
"dongfeng-pay/service/models"
"regexp"
"strconv"
"strings"