增加商店新接口

This commit is contained in:
songliang 2022-11-01 11:49:47 +08:00
parent 77ed8572d1
commit 935bed8645

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