This commit is contained in:
aozhiwei 2020-12-09 14:00:12 +08:00
commit 97663170e8

View File

@ -155,7 +155,7 @@ message MFChatMsg
optional MFUserInfo sender = 2; //
optional MFUserInfo receiver = 3; //
optional int32 chat_channel = 4; //
optional int32 msg_type = 5; // 0(json) 1 (json) 2:()
optional int32 msg_type = 5; // 0(json) 1 (json) 2:()
optional string msg_body = 6; //(json类型里的字段!)
optional int32 send_time = 7; //
}
@ -675,7 +675,7 @@ message CMSendChatMsg
{
optional int32 chat_channel = 1; // 1: 2 3
optional string target = 2; //
optional int32 msg_type = 3; // 0
optional int32 msg_type = 3; //// 0(json) 1 (json) 2:()
optional string msg_body = 4; //
}