user proto modify

pull/232/head
Gordon 2 years ago
parent 7ea7dffd4a
commit a50001364f

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

Loading…
Cancel
Save