style: 添加VO

This commit is contained in:
dhb52
2023-06-01 18:08:23 +08:00
parent c3b0403ade
commit c5a7d05821
5 changed files with 64 additions and 18 deletions

View File

@@ -90,3 +90,8 @@ export const deleteSpu = (id: number) => {
export const exportSpu = async (params) => {
return await request.download({ url: '/product/spu/export', params })
}
// 获得商品 SPU 精简列表
export const getSpuSimpleList = async () => {
return request.get({ url: '/product/spu/get-simple-list' })
}