nil return modify

This commit is contained in:
Gordon
2021-12-29 15:52:19 +08:00
parent 679c907b78
commit 0b0173f155
4 changed files with 116 additions and 103 deletions
+3 -3
View File
@@ -75,18 +75,18 @@ message SetReceiveMessageOptReq{
string OpUserID = 5;
}
message OptResult{
string conversationId = 1;
string conversationID = 1;
int32 result = 2; //-1: failed; 0:default; 1: not receive ; 2: not jpush
}
message SetReceiveMessageOptResp{
CommonResp commonResp = 1;
repeated OptResult optResultList = 2;
repeated OptResult conversationOptResultList = 2;
}
message GetReceiveMessageOptReq{
string FromUserID = 1;
repeated string conversationIdList = 2;
repeated string conversationIDList = 2;
string operationID = 3;
string OpUserID = 4;
}