Skip to content

Commit

Permalink
营销:适配商城装修组件【优惠券】
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Nov 24, 2023
1 parent 3021b40 commit 4a3aa1f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ public CommonResult<List<AppCouponTemplateRespVO>> getCouponTemplateList(

@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. 查询
Expand Down

0 comments on commit 4a3aa1f

Please sign in to comment.