From 7b1da884cfc003b5b79da401cc334b4254657f6b Mon Sep 17 00:00:00 2001 From: lvxinran Date: Mon, 12 Apr 2021 21:59:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BB=E5=8F=96=E9=82=AE=E4=BB=B6=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 1409478..fb87255 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -108,6 +108,9 @@ import "CommonProto.proto"; message MailReadRequest{ optional string mailId = 1; } + message MailReadResponse{ + optional Mail mailInfo= 1; + } message TakeMailRequest{ repeated string mailIds = 1; }