Merge branches 'liwei' and 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into liwei

This commit is contained in:
liwei1dao 2022-06-28 17:15:19 +08:00
commit a1b7648183
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ func (this *apiComp) StrengthenUpStar_Check(session comm.IUserSession, req *pb.H
code.Code = pb.ErrorCode_ReqParameterError code.Code = pb.ErrorCode_ReqParameterError
return return
} }
// 校验指定英雄
return return
} }

View File

@ -42,7 +42,8 @@ message CostCardData {
// //
message Hero_StrengthenUpStar_Req { message Hero_StrengthenUpStar_Req {
string heroObjID = 1; // ID string heroObjID = 1; // ID
repeated CostCardData items = 2; // ID repeated CostCardData hero = 2; // ID
repeated CostCardData heroRace = 3; // ID
} }
// //