From 47a011fc4accd8819645f33a75437bc6c6b6c4b6 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Tue, 28 Jun 2022 17:13:10 +0800 Subject: [PATCH] update --- modules/hero/api_heroStarUp.go | 1 + pb/proto/hero/hero_msg.proto | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 } // 卡牌升星返回