promotion:完善优惠劵模板的功能

This commit is contained in:
YunaiV
2022-11-02 22:19:33 +08:00
parent 2aaeb7af88
commit bd661296c0
12 changed files with 104 additions and 536 deletions

View File

@ -50,3 +50,11 @@ export function getSpuPage(query) {
params: query
})
}
// 获得商品 SPU 精简列表
export function getSpuSimpleList() {
return request({
url: '/product/spu/get-simple-list',
method: 'get',
})
}