This commit is contained in:
aozhiwei 2020-12-09 11:25:05 +08:00
parent d3f3aace33
commit 265b51a18f

View File

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