From 005d782cc69bd9d21539b6509276ecba576949eb Mon Sep 17 00:00:00 2001 From: duhui Date: Mon, 27 Mar 2023 17:52:34 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index f06f677..fd4595a 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -1323,7 +1323,7 @@ message MagicSoldierStrongRequest{ optional string id = 1;//神兵id optional int32 type = 2;//1:升级,2:升星 optional int32 num = 3;//连生等级 - repeated string ids = 4;//升星消耗 + repeated string costIds = 4;//升星消耗 } message MagicSoldierStrongResponse{ } \ No newline at end of file