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

@@ -5,13 +5,13 @@ import (
"fmt"
"net/http"
"ems.agt/lib/core/cache"
"ems.agt/lib/core/utils/ctx"
"ems.agt/lib/core/vo"
"ems.agt/lib/core/vo/result"
"ems.agt/lib/dborm"
commonConstants "ems.agt/src/framework/constants/common"
tokenUtils "ems.agt/src/framework/utils/token"
"be.ems/lib/core/cache"
"be.ems/lib/core/utils/ctx"
"be.ems/lib/core/vo"
"be.ems/lib/core/vo/result"
"be.ems/lib/dborm"
commonConstants "be.ems/src/framework/constants/common"
tokenUtils "be.ems/src/framework/utils/token"
)
// Authorize 用户身份授权认证校验