mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 08:25:07 +08:00
feature(商品添加): 规格调整连带商品调整
This commit is contained in:
@ -34,6 +34,14 @@ export function getSpu(id) {
|
||||
})
|
||||
}
|
||||
|
||||
// 获得商品spu详情
|
||||
export function getSpuDetail(id) {
|
||||
return request({
|
||||
url: '/product/spu/get/detail?id=' + id,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 获得商品spu分页
|
||||
export function getSpuPage(query) {
|
||||
return request({
|
||||
|
Reference in New Issue
Block a user