diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 15b7088..f2af77b 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -847,5 +847,4 @@ enum MessageType{ MONTHCARD_TAKE_DAILY_REQUEST =20101; MONTHCARD_TAKE_DAILY_RESPONSE =20102; MONTHCARD_INDICATION =20103; - ACCUMULATIVE_INDICATION =20104; } diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 10e3079..467c1d1 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -653,6 +653,7 @@ import "CommonProto.proto"; message RefreshRechargeIndication{ optional int32 amount = 1;//总储值 + optional int32 monthSaveAmt = 2 ; //月累计总额 } message VipTakeDilyRequest{ @@ -700,12 +701,6 @@ import "CommonProto.proto"; optional Drop drop =1; } - //累计数值推送 - message AccumulativeIndication{ - optional int32 saveAmt = 1 ; //历史累计总额 - optional int32 monthSaveAmt = 2 ; //月累计总额 - } -