mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-02 03:34:58 +08:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
6de17c38fd
@ -99,6 +99,9 @@ public class AppActivityController {
|
||||
.setSpuId(item.getSpuId()).setStartTime(item.getStartTime()).setEndTime(item.getEndTime()));
|
||||
});
|
||||
}
|
||||
|
||||
// TODO 芋艿:满减送活动
|
||||
// TODO 芋艿:限时折扣活动
|
||||
return activityList;
|
||||
}
|
||||
|
||||
|
@ -47,7 +47,7 @@ public class AppCouponTemplateController {
|
||||
@Operation(summary = "获得优惠劵模版列表")
|
||||
@Parameters({
|
||||
@Parameter(name = "spuId", description = "商品 SPU 编号"), // 目前主要给商品详情使用
|
||||
@Parameter(name = "useType", description = "使用类型"),
|
||||
@Parameter(name = "productScope", description = "使用类型"),
|
||||
@Parameter(name = "count", description = "数量", required = true)
|
||||
})
|
||||
public CommonResult<List<AppCouponTemplateRespVO>> getCouponTemplateList(
|
||||
|
Loading…
Reference in New Issue
Block a user