前端 mobile :商品列表
This commit is contained in:
@@ -8,4 +8,16 @@ export function getProductCategoryList(pid) {
|
||||
pid
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
export function getProductSpuPage(cid, pageNo, pageSize) {
|
||||
return request({
|
||||
url: 'product-api/users/spu/page',
|
||||
method: 'get',
|
||||
params: {
|
||||
cid,
|
||||
pageNo: pageNo || 1,
|
||||
pageSize: pageSize || 10,
|
||||
}
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user