update proto

This commit is contained in:
away
2021-06-28 15:33:26 +08:00
parent 1e4a1dffdd
commit 3f9c37043c
11 changed files with 3004 additions and 954 deletions
+5 -2
View File
@@ -18,6 +18,8 @@ message WSToMsgSvrChatMsg{
int32 PlatformID =13;
repeated string ForceList = 14;
}
message MsgSvrToPushSvrChatMsg {
string SendID = 1;
string RecvID = 2;
@@ -113,8 +115,9 @@ message UserSendMsgResp {
string ErrMsg = 2;
int32 ReqIdentifier = 3;
int32 MsgIncr = 4;
string ServerMsgID = 5;
string ClientMsgID = 6;
int64 SendTime = 5;
string ServerMsgID = 6;
string ClientMsgID = 7;
}
service Chat {