From 9c3864c9e54ca0474b16035f95d2fafa717b1e16 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 10 Jun 2022 15:52:26 +0800 Subject: [PATCH] 1 --- webapp/controller/HeroController.class.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/controller/HeroController.class.php b/webapp/controller/HeroController.class.php index dcd1a26b..4808d24f 100644 --- a/webapp/controller/HeroController.class.php +++ b/webapp/controller/HeroController.class.php @@ -95,6 +95,10 @@ class HeroController extends BaseAuthedController { { } + public function receive() + { + } + public function upgradeLevel() { $costItemId = getReqVal('cost_item_id', 0);