|
|
@ -68,6 +68,14 @@ message UpdateUserInfoReq{
|
|
|
|
message UpdateUserInfoResp{
|
|
|
|
message UpdateUserInfoResp{
|
|
|
|
CommonResp commonResp = 1;
|
|
|
|
CommonResp commonResp = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
message SetGlobalRecvMessageOptReq{
|
|
|
|
|
|
|
|
string userID = 1;
|
|
|
|
|
|
|
|
string operationID = 2;
|
|
|
|
|
|
|
|
int32 opt = 3;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
message SetGlobalRecvMessageOptResp{
|
|
|
|
|
|
|
|
CommonResp commonResp = 1;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
message Conversation{
|
|
|
|
message Conversation{
|
|
|
|
string OwnerUserID = 1;
|
|
|
|
string OwnerUserID = 1;
|
|
|
|