ws send msg modify

This commit is contained in:
Gordon
2022-01-18 11:54:48 +08:00
parent 6bc69d5a75
commit 7416fa3a4c
4 changed files with 17 additions and 20 deletions
+3 -3
View File
@@ -187,12 +187,12 @@ message MsgData {
int32 msgFrom = 10;
int32 contentType = 11;
bytes content = 12;
repeated string forceList = 13;
int64 seq = 14;
int64 sendTime = 15;
int64 createTime = 16;
map<string, bool> options = 17;
OfflinePushInfo offlinePushInfo = 18;
int32 status = 17;
map<string, bool> options = 18;
OfflinePushInfo offlinePushInfo = 19;
}
message OfflinePushInfo{