doum
2025-09-19 4b3d2acfbae92d8d83a9682dfe19ddbdef732461
server/src/main/java/com/doumee/core/utils/Secure.java
@@ -1,13 +1,8 @@
package com.doumee.core.utils;
import com.alibaba.fastjson.JSON;
import com.doumee.core.model.ApiResponse;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
import org.springframework.util.DigestUtils;
import javax.servlet.http.HttpServletRequest;
/**
 * 安全处理工具类