This commit is contained in:
aozhiwei 2022-06-14 16:14:28 +08:00
parent 74d96cee1b
commit e73007afa5

View File

@ -380,6 +380,7 @@ class HeroController extends BaseAuthedController {
public function upgradeQuality()
{
$costItemId = getReqVal('cost_item_id', 0);
$costHeroUniId = getReqVal('cost_hero_uniid', 0);
$heroUniId = getReqVal('hero_uniid', 0);
$slotId = getReqVal('slot_id', 0);
$heroDb = Hero::find($heroUniId);