diff --git a/modules/hero/api_heroStarUp.go b/modules/hero/api_heroStarUp.go index d27c10a7f..50e8ce207 100644 --- a/modules/hero/api_heroStarUp.go +++ b/modules/hero/api_heroStarUp.go @@ -11,6 +11,7 @@ func (this *apiComp) StrengthenUpStar_Check(session comm.IUserSession, req *pb.H code.Code = pb.ErrorCode_ReqParameterError return } + // 校验指定英雄 return } diff --git a/pb/proto/hero/hero_msg.proto b/pb/proto/hero/hero_msg.proto index 335d5d74b..8bba2234b 100644 --- a/pb/proto/hero/hero_msg.proto +++ b/pb/proto/hero/hero_msg.proto @@ -42,7 +42,8 @@ message CostCardData { // 卡牌升星 message Hero_StrengthenUpStar_Req { string heroObjID = 1; // 英雄对象ID - repeated CostCardData items = 2; // 消耗卡牌对象ID + repeated CostCardData hero = 2; // 消耗卡牌对象ID + repeated CostCardData heroRace = 3; // 消耗种族卡牌对象ID } // 卡牌升星返回