增加商店新接口
This commit is contained in:
parent
77ed8572d1
commit
935bed8645
@ -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