会员支付
This commit is contained in:
@@ -39,11 +39,12 @@ const shopsDetail = (shopId) => {
|
||||
}
|
||||
|
||||
// 店铺商品
|
||||
const shopsGoods = (shop_id) => {
|
||||
const shopsGoods = (shop_id, category_id) => {
|
||||
return request({
|
||||
url: 'mall/goods',
|
||||
data: {
|
||||
shop_id
|
||||
shop_id,
|
||||
category_id
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user