This commit is contained in:
aozhiwei 2022-06-10 15:52:26 +08:00
parent 77c41fbd1b
commit 9c3864c9e5

View File

@ -95,6 +95,10 @@ class HeroController extends BaseAuthedController {
{
}
public function receive()
{
}
public function upgradeLevel()
{
$costItemId = getReqVal('cost_item_id', 0);