📖 MALL:调整接口文档的说明
This commit is contained in:
parent
23df8633f4
commit
e71867683e
@ -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