From fa9a8e28932b37e85b77671888e35da4dcc77883 Mon Sep 17 00:00:00 2001 From: doum <doum> Date: 星期五, 19 九月 2025 09:58:53 +0800 Subject: [PATCH] ss --- server/src/main/java/com/doumee/core/annotation/pr/PreventRepeatInterceptor.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/src/main/java/com/doumee/core/annotation/pr/PreventRepeatInterceptor.java b/server/src/main/java/com/doumee/core/annotation/pr/PreventRepeatInterceptor.java index 7599f61..a6e55ad 100644 --- a/server/src/main/java/com/doumee/core/annotation/pr/PreventRepeatInterceptor.java +++ b/server/src/main/java/com/doumee/core/annotation/pr/PreventRepeatInterceptor.java @@ -1,8 +1,8 @@ package com.doumee.core.annotation.pr; import com.alibaba.fastjson.JSON; -import com.doumee.core.model.ApiResponse; import com.doumee.core.constants.ResponseStatus; +import com.doumee.core.model.ApiResponse; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.BeansException; import org.springframework.beans.factory.annotation.Autowired; -- Gitblit v1.9.3