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

@@ -11,7 +11,7 @@
package utils
import (
"juhe/jhagent/sys"
"dongfeng-pay/jhagent/sys"
"strings"
"github.com/astaxie/beego"

View File

@@ -11,7 +11,7 @@ package utils
import (
"fmt"
"juhe/jhagent/sys/enum"
"dongfeng-pay/jhagent/sys/enum"
"net/http"
"net/url"
)