1
This commit is contained in:
parent
27173d1eea
commit
ac74da7a13
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user