This commit is contained in:
wangchuxiao
2022-06-16 19:09:13 +08:00
parent 479679a1c6
commit a15e644a51
2 changed files with 304 additions and 187 deletions
-2
View File
@@ -1,6 +1,5 @@
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;
@@ -63,7 +62,6 @@ message UpdateUserInfoReq{
server_api_params.UserInfo UserInfo = 1;
string OpUserID = 2;
string operationID = 3;
google.protobuf.Int32Value globalRecvMsgOpt = 4;
}
message UpdateUserInfoResp{
CommonResp commonResp = 1;