perf: api限流相关flyway

This commit is contained in:
fit2cloud-chenyw
2024-07-16 13:46:46 +08:00
parent b5b34e5052
commit c7038a233d
2 changed files with 62 additions and 41 deletions

View File

@@ -57,7 +57,7 @@ public class DeTrafficAop {
coreApiTrafficMapper.releaseAlive(api);
}
}
DEException.throwException(errorMsg);
DEException.throwException(String.format(errorMsg, api, value));
return null;
}
}