升级工具包版本号,修改常量接口为常量类
This commit is contained in:
+3
-2
@@ -6,7 +6,6 @@ import org.springframework.http.HttpHeaders;
|
||||
import org.springframework.http.HttpRequest;
|
||||
import org.springframework.stereotype.Component;
|
||||
import xtools.app.common.cache.enums.AppCache;
|
||||
import xtools.base.config.BaseParams;
|
||||
import xtools.boot.api.constant.BootCommonConstant;
|
||||
import xtools.boot.cache.redis.base.RedisService;
|
||||
import xtools.boot.core.holder.CommonHolder;
|
||||
@@ -16,6 +15,8 @@ import xtools.core.UuidUtils;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
import static xtools.base.config.Constants.CP_NUM0;
|
||||
|
||||
/**
|
||||
* <p>Title : SysCallInterceptor</p>
|
||||
* <p>Description : SysCallInterceptor</p>
|
||||
@@ -28,7 +29,7 @@ import java.util.Map;
|
||||
* @date : 2026/2/27 14:55
|
||||
*/
|
||||
@Component
|
||||
public class SysCallInterceptor implements CallInterceptor, BaseParams {
|
||||
public class SysCallInterceptor implements CallInterceptor {
|
||||
|
||||
/**
|
||||
* 缓存参数
|
||||
|
||||
Reference in New Issue
Block a user