From d3a9b9705d002ce6c518a2612722e6ba1ca1e41a Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:42:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makedown/optimization.md | 3 +++ proto/Gameapi.proto | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/makedown/optimization.md b/makedown/optimization.md index 96b53600..e3ef6692 100644 --- a/makedown/optimization.md +++ b/makedown/optimization.md @@ -945,6 +945,9 @@ message MailInfo{ int32 Status = 5; // 0 未读 1 已读 2 已领取 3 已删除 repeated ItemInfo Items = 6; // 奖励 } +message MailNotify { + MailInfo Info = 1; +} // 读邮件 message ReqReadMail{ diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 54ee527f..edb852c7 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -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;