This commit is contained in:
aozhiwei 2021-11-29 13:23:11 +08:00
parent 27173d1eea
commit ac74da7a13

View File

@ -15,6 +15,11 @@ use models\Hero;
class ShopController extends BaseAuthedController {
public function info()
{
$shopId = getReqVal('sho_id', 0);
}
public function buyHero()
{
$heroId = getReqVal('hero_id', 0);