This commit is contained in:
aozhiwei 2020-12-09 13:58:48 +08:00
parent 265b51a18f
commit ececa81330

View File

@ -154,7 +154,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; //
}
@ -673,7 +673,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; //
}