优化API命名

This commit is contained in:
刘祥超
2021-05-25 17:49:05 +08:00
parent 416b3c2056
commit b5f759dd6b
15 changed files with 329 additions and 315 deletions

View File

@@ -291,12 +291,12 @@ message UpdateNodeConnectedAPINodesRequest {
// 计算使用某个认证的节点数量
message CountAllEnabledNodesWithNodeGrantIdRequest {
int64 grantId = 1;
int64 nodeGrantId = 1;
}
// 查找使用某个认证的所有节点
message FindAllEnabledNodesWithNodeGrantIdRequest {
int64 grantId = 1;
int64 nodeGrantId = 1;
}
message FindAllEnabledNodesWithNodeGrantIdResponse {