Skip to content

Commit 4a36c2c

Browse files
committed
promotion:完善优惠劵模板的功能
1 parent 5a8c3dd commit 4a36c2c

File tree

5 files changed

+40
-527
lines changed

5 files changed

+40
-527
lines changed

src/api/mall/CouponTemplete/CouponTemplete.js

Lines changed: 0 additions & 54 deletions
This file was deleted.

src/api/mall/product/spu.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,11 @@ export function getSpuPage(query) {
5050
params: query
5151
})
5252
}
53+
54+
// 获得商品 SPU 精简列表
55+
export function getSpuSimpleList() {
56+
return request({
57+
url: '/product/spu/get-simple-list',
58+
method: 'get',
59+
})
60+
}

0 commit comments

Comments
 (0)