mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
pb change
This commit is contained in:
parent
043f9bde59
commit
aaf834a33b
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user