|
@@ -60,11 +60,12 @@ public class ApiInterceptor implements HandlerInterceptor {
|
|
|
return true;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+ log.info("appId走校验流程:{}", appId);
|
|
|
// 解密appId
|
|
|
String type = EncryptUtils.getType(appId);
|
|
|
+ log.info("appId类型为:{}", type);
|
|
|
BaseRuntimeException.isBlank(type, ErrorEnum.FAILURE_SYS_2021);
|
|
|
-
|
|
|
+ log.info("appId校验完成" );
|
|
|
redisUtil.set(appKey, appId, 5, TimeUnit.MINUTES);
|
|
|
|
|
|
return true;
|