master_huanxiang
parent
c967cbc5da
commit
d273cfded7
|
|
@ -7,7 +7,7 @@ option optimize_for = SPEED;
|
|||
message ErrorResponse{
|
||||
optional int32 errCode =1 ; // 错误码,默认为0,-1 读errMSg ,其他的读配置
|
||||
optional string errMsg =2 ; // 错误信息
|
||||
repeated string errParams =3; //错误参数
|
||||
repeated string errParams =3; //错误参数 `
|
||||
}
|
||||
|
||||
message Player{
|
||||
|
|
@ -205,7 +205,7 @@ option optimize_for = SPEED;
|
|||
optional int32 effectiveTime = 7; // 秒 0:永久有效
|
||||
optional string sendName = 8 ; //发送者名字
|
||||
optional int32 mailType = 9; //邮件类型 1:系统邮件 2:idip 业务邮件
|
||||
optional int32 isTop = 10; //0不置顶 1置顶
|
||||
optional int32 isTop = 10; //0不置顶 1置顶
|
||||
optional int32 markType =11; //0无类型 1:站内信
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue