|
|
|
@@ -36,12 +36,10 @@ public class AuthorizationInterceptor extends HandlerInterceptorAdapter { |
|
|
|
|
|
|
|
private final String[] notKeys = {"sign","appId","appKey","signKey"}; |
|
|
|
|
|
|
|
@Lazy |
|
|
|
@Autowired |
|
|
|
@Qualifier("objectCommonRedisTemplate") |
|
|
|
RedisTemplate<String, Object> redisTemplate; |
|
|
|
|
|
|
|
@Lazy |
|
|
|
@Autowired |
|
|
|
WxThirdPartyApiService wxThirdPartyApiService; |
|
|
|
|
|
|
|
|