From 4c69db25e8ab4770f2acfcd05caeb6050145513a Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Mon, 1 Jul 2024 17:33:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 4 ++++ protos/PlayerInfoProto.proto | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 347f01e..2f42af7 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1735,6 +1735,10 @@ enum MessageType{ // 特训道具加速时间 TrainingPropSpeedRequest = 7000017; TrainingPropSpeedResponse = 7000018; + + // 补单 + AnewRechargeOrderRequest = 7000019; + AnewRechargeOrderResponse = 7000020; } diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 81acdc0..ee42668 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -1394,4 +1394,9 @@ message GemNewDrawResponse{ message GemNewInfoResponse{ repeated GemNew gems = 1; +} + +message AnewRechargeOrderRequest{ +} +message AnewRechargeOrderResponse{ } \ No newline at end of file