From a4de374ae0603b2200915bb5bd3b681992ef4733 Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Mon, 30 Mar 2020 16:14:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=88=E5=8D=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 1 - protos/PlayerInfoProto.proto | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) 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 ; //月累计总额 - } -