更新协议

This commit is contained in:
hahwu 2024-12-03 09:42:21 +08:00
parent 74126de6c4
commit d3a9b9705d
2 changed files with 6 additions and 1 deletions

View File

@ -945,6 +945,9 @@ message MailInfo{
int32 Status = 5; // 0 未读 1 已读 2 已领取 3 已删除
repeated ItemInfo Items = 6; // 奖励
}
message MailNotify {
MailInfo Info = 1;
}
// 读邮件
message ReqReadMail{

View File

@ -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;