proto file

This commit is contained in:
Gordon
2021-12-22 10:47:07 +08:00
parent 05c15a104f
commit fb5ea3be84
3 changed files with 18 additions and 69 deletions
+2 -16
View File
@@ -3,22 +3,8 @@ option go_package = "./push;pbPush";
package push;
message PushMsgReq {
string SendID = 1;
string RecvID = 2;
string Content = 3;
int64 RecvSeq = 4;
int64 SendTime = 5;
int32 MsgFrom = 6;
int32 ContentType = 7;
int32 SessionType = 8;
string OperationID = 9;
string MsgID = 10;
string OfflineInfo = 11;
string Options =12;
int32 PlatformID =13;
string SenderNickName = 14;
string SenderFaceURL = 15;
string ClientMsgID = 16;
string operationID = 1;
open_im_sdk.MsgData msgData = 2;
}
message PushMsgResp{
int32 ResultCode = 1;