fix
wangpengfei
2023-08-30 a7a842b30253d5e91f2a37ea8be4fa64cf4ac9ea
api/v1/system/sys_jwt_blacklist.go
@@ -1,11 +1,11 @@
package system
import (
   "github.com/flipped-aurora/gin-vue-admin/server/global"
   "github.com/flipped-aurora/gin-vue-admin/server/model/common/response"
   "github.com/flipped-aurora/gin-vue-admin/server/model/system"
   "github.com/gin-gonic/gin"
   "go.uber.org/zap"
   "srm/global"
   "srm/model/common/response"
   "srm/model/system"
)
type JwtApi struct{}