更新协议
This commit is contained in:
parent
74126de6c4
commit
d3a9b9705d
@ -945,6 +945,9 @@ message MailInfo{
|
||||
int32 Status = 5; // 0 未读 1 已读 2 已领取 3 已删除
|
||||
repeated ItemInfo Items = 6; // 奖励
|
||||
}
|
||||
message MailNotify {
|
||||
MailInfo Info = 1;
|
||||
}
|
||||
|
||||
// 读邮件
|
||||
message ReqReadMail{
|
||||
|
||||
@ -2997,7 +2997,9 @@ message MailInfo{
|
||||
int32 Status = 5; // 0 未读 1 已读 2 已领取 3 已删除
|
||||
repeated ItemInfo Items = 6; // 奖励
|
||||
}
|
||||
|
||||
message MailNotify {
|
||||
MailInfo Info = 1;
|
||||
}
|
||||
// 读邮件
|
||||
message ReqReadMail{
|
||||
int32 Id = 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user