前端 mobile :商品 H5
This commit is contained in:
@@ -20,4 +20,14 @@ export function getProductSpuPage(cid, pageNo, pageSize) {
|
||||
pageSize: pageSize || 10,
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
export function getProductSpuInfo(id) {
|
||||
return request({
|
||||
url: 'product-api/users/spu/info',
|
||||
method: 'get',
|
||||
params: {
|
||||
id,
|
||||
}
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user