营销:适配商城装修组件【优惠券】
This commit is contained in:
parent
3021b405d2
commit
4a3aa1fa08
@ -71,9 +71,7 @@ public class AppCouponTemplateController {
|
||||
|
||||
@GetMapping("/list-by-ids")
|
||||
@Operation(summary = "获得优惠劵模版列表")
|
||||
@Parameters({
|
||||
@Parameter(name = "ids", description = "优惠券模板编号列表")
|
||||
})
|
||||
@Parameter(name = "ids", description = "优惠券模板编号列表")
|
||||
public CommonResult<List<AppCouponTemplateRespVO>> getCouponTemplateList(
|
||||
@RequestParam(value = "ids", required = false) Set<Long> ids) {
|
||||
// 1. 查询
|
||||
|
Loading…
Reference in New Issue
Block a user