mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 12:36:00 +08:00
user update
This commit is contained in:
@@ -151,5 +151,7 @@ service user {
|
||||
rpc getPaginationUsers(getPaginationUsersReq) returns (getPaginationUsersResp);
|
||||
//用户注册
|
||||
rpc userRegister(userRegisterReq) returns (userRegisterResp);
|
||||
//获取所有用户ID
|
||||
rpc getAllUserID(getAllUserIDReq) returns (getAllUserIDResp);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user