delete msg from server

This commit is contained in:
wenxu12345
2022-03-15 18:13:58 +08:00
parent 2930e49d61
commit e0a86a8016
4 changed files with 415 additions and 253 deletions
+12
View File
@@ -451,4 +451,16 @@ message SignalRejectReply {
message DelMsgListReq{
string opUserID = 1;
string userID = 2;
repeated uint32 seqList = 3;
string operationID = 4;
}
message DelMsgListResp{
int32 errCode = 1;
string errMsg = 2;
}