syntax = "proto2"; //聊天消息 message MsgContent { optional string msgContent = 1; //消息附件地址 }