项目改为mod

This commit is contained in:
kongyuebin
2021-02-07 15:04:58 +08:00
parent 314d69b49e
commit aef4dbb33c
17 changed files with 387 additions and 236 deletions

View File

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

View File

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

View File

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

View File

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

View File

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