This commit is contained in:
Gordon 2021-10-22 16:31:15 +08:00
parent 098c7cfa9e
commit 2e0cb09cdd

View File

@ -135,6 +135,7 @@ message UserSendMsgResp {
int32 ReqIdentifier = 3; int32 ReqIdentifier = 3;
string ServerMsgID = 4; string ServerMsgID = 4;
string ClientMsgID = 5; string ClientMsgID = 5;
int64 sendTime = 6;
} }
service Chat { service Chat {