1 Star 0 Fork 25

johnforrest/gim

forked from gogym/gim 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Message.proto 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
gogym 提交于 2020-09-20 23:32 . Update Message.proto
syntax = "proto3"; //指定版本,必须要写(proto3、proto2)
//import "google/protobuf/any.proto";
//生成类的类名
option java_outer_classname = "MessageClass";
message Message{
string id=1;//消息唯一ID
string serverId=2;//服务器Id
int32 reqType=3;// 请求类型
int64 msgTime=4;//消息时间
//--------------------ack-------------------
string ack=5;//ack
//-------------------user-------------------
string fromId=6;// 发送ID
string toId=7;//接收ID
//------------------------------------------
string body=8;//消息体
//-----------------status---------------------
int32 status=9;//状态
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/johnforrest/gim.git
git@gitee.com:johnforrest/gim.git
johnforrest
gim
gim
master

搜索帮助