From 74126de6c4be76e34d8e492c47bee78cd94fcbad Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:38:02 +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 | 1 + proto/Gameapi.proto | 1 + 2 files changed, 2 insertions(+) diff --git a/makedown/optimization.md b/makedown/optimization.md index 60cee889..96b53600 100644 --- a/makedown/optimization.md +++ b/makedown/optimization.md @@ -938,6 +938,7 @@ message ResMailList{ map MailList = 1; } message MailInfo{ + int32 Id = 1; // 邮件id string Title = 2; // 标题 string Content = 3; // 内容 int32 Time = 4; // 时间 diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 5121cd01..54ee527f 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2990,6 +2990,7 @@ message ResMailList{ map MailList = 1; } message MailInfo{ + int32 Id = 1; // 邮件id string Title = 2; // 标题 string Content = 3; // 内容 int32 Time = 4; // 时间