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-实物 }