This commit is contained in:
hujiabin 2023-06-12 15:26:49 +08:00
parent ff1755cc90
commit b7ab6f1949

View File

@ -296,7 +296,11 @@ class HeroController extends BaseAuthedController {
return ;
}
HeroPreset::upsertPreset($heroId,$skillId,$chipPageId,$weaponUid1,$weaponUid2);
$this->_rspOk();
$propertyChgService = new services\PropertyChgService();
$propertyChgService->addGunChg();
$this->_rspData(array(
'property_chg' => $propertyChgService->toDto(),
));
}