mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
user proto modify
This commit is contained in:
parent
d3e6d210ee
commit
434f09c6d8
@ -71,7 +71,7 @@ message UpdateUserInfoResp{
|
|||||||
message SetGlobalRecvMessageOptReq{
|
message SetGlobalRecvMessageOptReq{
|
||||||
string userID = 1;
|
string userID = 1;
|
||||||
string operationID = 2;
|
string operationID = 2;
|
||||||
int32 opt = 3;
|
int32 globalRecvMsgOpt = 3;
|
||||||
}
|
}
|
||||||
message SetGlobalRecvMessageOptResp{
|
message SetGlobalRecvMessageOptResp{
|
||||||
CommonResp commonResp = 1;
|
CommonResp commonResp = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user