message send module changes

This commit is contained in:
Gordon
2021-07-02 14:24:33 +08:00
parent 0ac4dbfa34
commit 509286698f
24 changed files with 388 additions and 229 deletions
+3 -1
View File
@@ -14,7 +14,9 @@ message MsgToUserReq {
string OperationID = 11;
string ServerMsgID = 12;
int32 PlatformID = 13;
bool IsEmphasize = 14;
string SenderNickName = 14;
string SenderFaceURL = 15;
string ClientMsgID = 16;
}
message MsgToUserResp{
repeated SingleMsgToUser resp = 1;