From 5e3624f62af0f71d549dc8090b4adbd207599e92 Mon Sep 17 00:00:00 2001 From: by <123456@qq.com> Date: Sat, 27 Jul 2024 11:50:15 +0800 Subject: [PATCH] update --- protocol/player/player.proto | 3 ++- protocol/webapi/webapi.proto | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/protocol/player/player.proto b/protocol/player/player.proto index 487a347..947b432 100644 --- a/protocol/player/player.proto +++ b/protocol/player/player.proto @@ -1284,5 +1284,6 @@ message AnnouncerLogInfo{ int32 Snid = 1; //玩家ID int32 Name = 2; //玩家名字 int32 Phone = 3; //电话 - int32 ItemId = 4; //获得物品名字 + int32 ItemId = 4; //获得物品ID + int32 TypeId = 5; //1-话费 2-实物 } \ No newline at end of file diff --git a/protocol/webapi/webapi.proto b/protocol/webapi/webapi.proto index 86eb1cb..68970b4 100644 --- a/protocol/webapi/webapi.proto +++ b/protocol/webapi/webapi.proto @@ -968,4 +968,5 @@ message AnnouncerLogInfo{ int32 Name = 2; //玩家名字 int32 Phone = 3; //电话 int32 ItemId = 4; //获得物品ID + int32 TypeId = 5; //1-话费 2-实物 }