diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 101c75d..3d9fe93 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -294,6 +294,7 @@ import "CommonProto.proto"; message TakeMissionRewardResponse{ optional Drop drop =1 ; optional int32 treasureScore = 2 ;//孙龙的宝藏分数 + repeated int32 rewardId = 3; // 一键领取到的奖励id } message UserForceChangeRequest{