GlobalRecvMsgOpt

This commit is contained in:
wangchuxiao
2022-06-16 11:27:55 +08:00
parent 21051900f9
commit ea76f20825
6 changed files with 241 additions and 179 deletions
+2
View File
@@ -1,5 +1,6 @@
syntax = "proto3";
import "Open_IM/pkg/proto/sdk_ws/ws.proto";
import "Open_IM/pkg/proto/sdk_ws/wrappers.proto";
option go_package = "./user;user";
package user;
@@ -62,6 +63,7 @@ message UpdateUserInfoReq{
server_api_params.UserInfo UserInfo = 1;
string OpUserID = 2;
string operationID = 3;
google.protobuf.Int32Value globalRecvMsgOpt = 4;
}
message UpdateUserInfoResp{
CommonResp commonResp = 1;