This commit is contained in:
许晓东
2021-09-03 19:20:02 +08:00
parent b347566dad
commit 4d26a97b63
8 changed files with 240 additions and 8 deletions

View File

@@ -27,4 +27,12 @@ export const KafkaAclApi = {
url: "/acl/consumer",
method: "delete",
},
getOperationList: {
url: "/acl/operation/list",
method: "get",
},
addAclAuth: {
url: "/acl",
method: "post",
},
};