1
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
package cn.van333.wxsend.aop.aspectj;
|
||||
|
||||
import java.lang.reflect.Method;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
import cn.van333.wxsend.aop.annotation.RateLimiter;
|
||||
import cn.van333.wxsend.enums.LimitType;
|
||||
import cn.van333.wxsend.exception.ServiceException;
|
||||
@@ -20,6 +16,10 @@ import org.springframework.data.redis.core.RedisTemplate;
|
||||
import org.springframework.data.redis.core.script.RedisScript;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import java.lang.reflect.Method;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
/**
|
||||
* 限流处理
|
||||
|
||||
Reference in New Issue
Block a user