Fix: dir ems.agt change to be.ems

This commit is contained in:
2024-03-06 21:00:42 +08:00
parent bf3b97c788
commit 26e9f29241
331 changed files with 1266 additions and 1266 deletions

View File

@@ -7,13 +7,13 @@ import (
"strings"
"time"
"ems.agt/src/framework/constants/common"
"ems.agt/src/framework/i18n"
"ems.agt/src/framework/utils/ctx"
"ems.agt/src/framework/utils/parse"
"ems.agt/src/framework/vo/result"
"ems.agt/src/modules/system/model"
"ems.agt/src/modules/system/service"
"be.ems/src/framework/constants/common"
"be.ems/src/framework/i18n"
"be.ems/src/framework/utils/ctx"
"be.ems/src/framework/utils/parse"
"be.ems/src/framework/vo/result"
"be.ems/src/modules/system/model"
"be.ems/src/modules/system/service"
"github.com/gin-gonic/gin"
)

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"strings"
"ems.agt/src/framework/config"
"be.ems/src/framework/config"
"github.com/gin-gonic/gin"
)

View File

@@ -3,12 +3,12 @@ package middleware
import (
"strings"
AdminConstants "ems.agt/src/framework/constants/admin"
commonConstants "ems.agt/src/framework/constants/common"
"ems.agt/src/framework/i18n"
ctxUtils "ems.agt/src/framework/utils/ctx"
tokenUtils "ems.agt/src/framework/utils/token"
"ems.agt/src/framework/vo/result"
AdminConstants "be.ems/src/framework/constants/admin"
commonConstants "be.ems/src/framework/constants/common"
"be.ems/src/framework/i18n"
ctxUtils "be.ems/src/framework/utils/ctx"
tokenUtils "be.ems/src/framework/utils/token"
"be.ems/src/framework/vo/result"
"github.com/gin-gonic/gin"
)

View File

@@ -5,12 +5,12 @@ import (
"strings"
"time"
"ems.agt/src/framework/constants/cachekey"
"ems.agt/src/framework/i18n"
"ems.agt/src/framework/redis"
"ems.agt/src/framework/utils/ctx"
"ems.agt/src/framework/utils/ip2region"
"ems.agt/src/framework/vo/result"
"be.ems/src/framework/constants/cachekey"
"be.ems/src/framework/i18n"
"be.ems/src/framework/redis"
"be.ems/src/framework/utils/ctx"
"be.ems/src/framework/utils/ip2region"
"be.ems/src/framework/vo/result"
"github.com/gin-gonic/gin"
)

View File

@@ -5,12 +5,12 @@ import (
"strconv"
"time"
"ems.agt/src/framework/constants/cachekey"
"ems.agt/src/framework/logger"
"ems.agt/src/framework/redis"
"ems.agt/src/framework/utils/ctx"
"ems.agt/src/framework/utils/ip2region"
"ems.agt/src/framework/vo/result"
"be.ems/src/framework/constants/cachekey"
"be.ems/src/framework/logger"
"be.ems/src/framework/redis"
"be.ems/src/framework/utils/ctx"
"be.ems/src/framework/utils/ip2region"
"be.ems/src/framework/vo/result"
"github.com/gin-gonic/gin"
)

View File

@@ -3,7 +3,7 @@ package middleware
import (
"time"
"ems.agt/src/framework/logger"
"be.ems/src/framework/logger"
"github.com/gin-gonic/gin"
)

View File

@@ -1,8 +1,8 @@
package security
import (
"ems.agt/src/framework/config"
"ems.agt/src/framework/utils/generate"
"be.ems/src/framework/config"
"be.ems/src/framework/utils/generate"
"github.com/gin-gonic/gin"
)

View File

@@ -3,7 +3,7 @@ package security
import (
"fmt"
"ems.agt/src/framework/config"
"be.ems/src/framework/config"
"github.com/gin-gonic/gin"
)

View File

@@ -1,7 +1,7 @@
package security
import (
"ems.agt/src/framework/config"
"be.ems/src/framework/config"
"github.com/gin-gonic/gin"
)

View File

@@ -1,7 +1,7 @@
package security
import (
"ems.agt/src/framework/config"
"be.ems/src/framework/config"
"github.com/gin-gonic/gin"
)

View File

@@ -3,8 +3,8 @@ package security
import (
"net/url"
"ems.agt/src/framework/config"
"ems.agt/src/framework/vo/result"
"be.ems/src/framework/config"
"be.ems/src/framework/vo/result"
"github.com/gin-gonic/gin"
)

View File

@@ -1,7 +1,7 @@
package security
import (
"ems.agt/src/framework/config"
"be.ems/src/framework/config"
"github.com/gin-gonic/gin"
)

View File

@@ -1,7 +1,7 @@
package security
import (
"ems.agt/src/framework/config"
"be.ems/src/framework/config"
"github.com/gin-gonic/gin"
)