新增客户端限流菜单页.

This commit is contained in:
许晓东
2023-01-30 21:40:11 +08:00
parent 832b20a83e
commit 56621e0b8c
9 changed files with 127 additions and 4 deletions

View File

@@ -293,3 +293,14 @@ export const KafkaMessageApi = {
method: "delete",
},
};
export const KafkaClientQuotaApi = {
getClientQuotaConfigs: {
url: "/client/quota/list",
method: "post",
},
alterClientQuotaConfigs: {
url: "/client/quota",
method: "post",
},
};