|
@@ -152,7 +152,7 @@ public class ApiFlowLimitedInterceptor implements HandlerInterceptor {
|
|
|
double oneMinuteRate = apiStatusInfo.getOneMinuteRate();
|
|
|
|
|
|
int curMinCallRate = minCallRate;
|
|
|
- String key = "[R]" + apiInfo.getMapping();
|
|
|
+ String key = apiInfo.getMapping() + "[R]";
|
|
|
try {
|
|
|
String value = (String) props.get(key);
|
|
|
if (StringUtils.isNotBlank(value)) {
|