pb change

This commit is contained in:
Gordon 2021-12-10 10:35:21 +08:00
parent 043f9bde59
commit aaf834a33b
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ message WSToMsgSvrChatMsg{
string MsgID = 11;
string Token = 12;
string OfflineInfo =13;
map<string,int32> Options = 14;
string Options = 14;
int32 PlatformID =15;
repeated string ForceList = 16;
string ClientMsgID = 17;
@ -37,7 +37,7 @@ message MsgSvrToPushSvrChatMsg {
string OperationID = 11;
string MsgID = 12;
string OfflineInfo = 13;
map<string,int32> Options =14;
string Options =14;
int32 PlatformID =15;
string ClientMsgID = 16;
@ -121,7 +121,7 @@ message UserSendMsgReq {
string RecvID = 11;
repeated string ForceList = 12;
string Content = 13;
map<string,int32> Options = 14;
string Options = 14;
string ClientMsgID = 15;
string OffLineInfo = 16;
string Ex = 17;

View File

@ -14,7 +14,7 @@ message PushMsgReq {
string OperationID = 9;
string MsgID = 10;
string OfflineInfo = 11;
map<string,int32> Options =12;
string Options =12;
int32 PlatformID =13;
string SenderNickName = 14;
string SenderFaceURL = 15;