实现基础的通知媒介管理

This commit is contained in:
刘祥超
2021-04-05 20:48:39 +08:00
parent ff57c19211
commit 6a90b4a926
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);
// 更新节点状态