月卡修改

master_huanxiang
zhangshanxue 2020-03-30 16:14:04 +08:00
parent 2819a37b08
commit a4de374ae0
2 changed files with 1 additions and 7 deletions

View File

@ -847,5 +847,4 @@ enum MessageType{
MONTHCARD_TAKE_DAILY_REQUEST =20101;
MONTHCARD_TAKE_DAILY_RESPONSE =20102;
MONTHCARD_INDICATION =20103;
ACCUMULATIVE_INDICATION =20104;
}

View File

@ -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 ; //
}