parent
ce62362982
commit
0d0b2265c6
|
|
@ -93,3 +93,8 @@ export const exportSpu = async (params) => {
|
||||||
export const getSpuSimpleList = async () => {
|
export const getSpuSimpleList = async () => {
|
||||||
return request.get({ url: '/product/spu/get-simple-list' })
|
return request.get({ url: '/product/spu/get-simple-list' })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 获得商品 SPU 精简列表
|
||||||
|
export const getSpuSimpleList = async () => {
|
||||||
|
return request.get({ url: '/product/spu/get-simple-list' })
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue