This commit is contained in:
aozhiwei 2020-12-09 11:25:22 +08:00
commit 1531dcb9e4

View File

@ -155,7 +155,7 @@ message MFChatMsg
optional MFUserInfo sender = 2; //
optional MFUserInfo receiver = 3; //
optional int32 chat_channel = 4; //
optional string 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; //
}