!164 优惠券迁移vue3 Merge pull request !164 from dhb52/dev

pull/185/head
shizhong 2023-07-27 18:53:17 +08:00
parent ce62362982
commit 0d0b2265c6
1 changed files with 5 additions and 0 deletions

View File

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