user proto modify

This commit is contained in:
Gordon 2022-06-16 19:12:50 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent d3e6d210ee
commit 434f09c6d8

View File

@ -71,7 +71,7 @@ message UpdateUserInfoResp{
message SetGlobalRecvMessageOptReq{
string userID = 1;
string operationID = 2;
int32 opt = 3;
int32 globalRecvMsgOpt = 3;
}
message SetGlobalRecvMessageOptResp{
CommonResp commonResp = 1;