1
This commit is contained in:
parent
e3f859acb8
commit
ac5831e776
@ -21,10 +21,10 @@ class Shop(object):
|
||||
]
|
||||
},
|
||||
{
|
||||
'name': 'buyGoods',
|
||||
'name': 'buyGoodsS',
|
||||
'desc': '购买商品',
|
||||
'group': 'Shop',
|
||||
'url': 'webapp/index.php?c=Shop&a=buyGoods',
|
||||
'surl': 'webapp/index.php?c=Shop&a=buyGoodsS',
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
['goods_id', '', '商品唯一id'],
|
||||
|
@ -44,7 +44,7 @@ class ShopController extends BaseAuthedController {
|
||||
);
|
||||
}
|
||||
|
||||
public function buyGoods()
|
||||
public function buyGoodsS()
|
||||
{
|
||||
$goodsId = getReqVal('goods_id', 0);
|
||||
$goodsNum = getReqVal('goods_num', 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user