mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 11:38:11 +08:00
perf: api限流相关flyway
This commit is contained in:
@@ -57,7 +57,7 @@ public class DeTrafficAop {
|
||||
coreApiTrafficMapper.releaseAlive(api);
|
||||
}
|
||||
}
|
||||
DEException.throwException(errorMsg);
|
||||
DEException.throwException(String.format(errorMsg, api, value));
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user