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