From b50accb06577a1736e18370a3adbfa87e59fba9c Mon Sep 17 00:00:00 2001 From: duhui Date: Mon, 25 Jan 2021 16:08:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=94=AE=E9=A2=86=E5=8F=96=E9=82=AE?= =?UTF-8?q?=E4=BB=B6bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index e5be46c..52c2562 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -109,6 +109,7 @@ import "CommonProto.proto"; } message TakeMailResponse{ optional Drop drop = 1; + optional int32 msg = 2;// 1:成功,0:道具为空,2:背包已满 }