Merge branch 'james' of git.kingsome.cn:server/game2006api into james
This commit is contained in:
commit
c172d7bd46
@ -27,6 +27,21 @@ use models\ShopBuyRecord;
|
||||
|
||||
class ShopController extends BaseAuthedController {
|
||||
|
||||
public function getGoodsList()
|
||||
{
|
||||
echo 'getGoodsList';
|
||||
}
|
||||
|
||||
public function getShopNames()
|
||||
{
|
||||
echo 'getShopNames';
|
||||
}
|
||||
|
||||
public function buyGoodsNew()
|
||||
{
|
||||
echo 'buyGoodsNew';
|
||||
}
|
||||
|
||||
public function info()
|
||||
{
|
||||
$shopId = getReqVal('shop_id', 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user