zhangqian
2023-08-29 e668092cf0bca471e665580c255c04a6ffc3cb8f
api/v1/system/sys_api.go
@@ -1,13 +1,13 @@
package system
import (
   "github.com/flipped-aurora/gin-vue-admin/server/global"
   "github.com/flipped-aurora/gin-vue-admin/server/model/common/request"
   "github.com/flipped-aurora/gin-vue-admin/server/model/common/response"
   "github.com/flipped-aurora/gin-vue-admin/server/model/system"
   systemReq "github.com/flipped-aurora/gin-vue-admin/server/model/system/request"
   systemRes "github.com/flipped-aurora/gin-vue-admin/server/model/system/response"
   "github.com/flipped-aurora/gin-vue-admin/server/utils"
   "srm/global"
   "srm/model/common/request"
   "srm/model/common/response"
   "srm/model/system"
   systemReq "srm/model/system/request"
   systemRes "srm/model/system/response"
   "srm/utils"
   "github.com/gin-gonic/gin"
   "go.uber.org/zap"