user update

This commit is contained in:
Gordon
2023-03-16 17:43:30 +08:00
parent f3937499fa
commit 1117488eec
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -151,5 +151,7 @@ service user {
rpc getPaginationUsers(getPaginationUsersReq) returns (getPaginationUsersResp);
//用户注册
rpc userRegister(userRegisterReq) returns (userRegisterResp);
//获取所有用户ID
rpc getAllUserID(getAllUserIDReq) returns (getAllUserIDResp);
}