diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 467c1d1..5effe52 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -653,7 +653,8 @@ import "CommonProto.proto"; message RefreshRechargeIndication{ optional int32 amount = 1;//总储值 - optional int32 monthSaveAmt = 2 ; //月累计总额 + optional int32 monthSaveAmt = 2 ; //月卡累计总额 + optional int32 smonthSaveAmt = 3 ; //豪华月卡累计总额 } message VipTakeDilyRequest{