mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Refactor code
This commit is contained in:
parent
7f4eb5624b
commit
b9b0e9cf43
@ -52,13 +52,13 @@ message GetUserInfoReq{
|
||||
}
|
||||
message GetUserInfoResp{
|
||||
CommonResp commonResp = 1;
|
||||
repeated open_im_sdk.UserInfo UserInfoList = 3;
|
||||
repeated server_api_params.UserInfo UserInfoList = 3;
|
||||
}
|
||||
|
||||
|
||||
|
||||
message UpdateUserInfoReq{
|
||||
open_im_sdk.UserInfo UserInfo = 1;
|
||||
server_api_params.UserInfo UserInfo = 1;
|
||||
string OpUserID = 2;
|
||||
string operationID = 3;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user