Merge branch 'james' of git.kingsome.cn:server/game2006api into james

This commit is contained in:
hujiabin 2022-11-01 13:27:29 +08:00
commit c172d7bd46

View File

@ -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);