实现基础的通知媒介管理

This commit is contained in:
GoEdgeLab
2021-04-05 20:48:39 +08:00
parent f325ea7d9a
commit 925514ec67
30 changed files with 8676 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ service UserNodeService {
// 根据ID查找节点
rpc findEnabledUserNode (FindEnabledUserNodeRequest) returns (FindEnabledUserNodeResponse);
// 获取当前用户节点
// 获取当前用户节点信息
rpc findCurrentUserNode (FindCurrentUserNodeRequest) returns (FindCurrentUserNodeResponse);
// 更新节点状态