From ff0ba201f7f436dfb54891baef8566439865f255 Mon Sep 17 00:00:00 2001 From: duhui Date: Mon, 27 Mar 2023 17:51:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A5=9E=E5=85=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index bcd68c9..f06f677 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -1322,7 +1322,8 @@ message MagicSoldierSpiltResponse{ message MagicSoldierStrongRequest{ optional string id = 1;//神兵id optional int32 type = 2;//1:升级,2:升星 - optional int32 num = 3;//强化数量 + optional int32 num = 3;//连生等级 + repeated string ids = 4;//升星消耗 } message MagicSoldierStrongResponse{ } \ No newline at end of file