Merge branches 'liwei' and 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into liwei
This commit is contained in:
commit
a1b7648183
@ -11,6 +11,7 @@ func (this *apiComp) StrengthenUpStar_Check(session comm.IUserSession, req *pb.H
|
||||
code.Code = pb.ErrorCode_ReqParameterError
|
||||
return
|
||||
}
|
||||
// 校验指定英雄
|
||||
|
||||
return
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
// 卡牌升星返回
|
||||
|
Loading…
Reference in New Issue
Block a user