前端 mobile :商品 H5

This commit is contained in:
YunaiV
2019-03-27 00:24:10 +08:00
parent cfd9d770d6
commit a019ac275d
2 changed files with 238 additions and 150 deletions

View File

@@ -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,
}
});
}