mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-27 01:15:10 +08:00
营销:适配商城装修组件【优惠券】
This commit is contained in:
@ -71,9 +71,7 @@ public class AppCouponTemplateController {
|
|||||||
|
|
||||||
@GetMapping("/list-by-ids")
|
@GetMapping("/list-by-ids")
|
||||||
@Operation(summary = "获得优惠劵模版列表")
|
@Operation(summary = "获得优惠劵模版列表")
|
||||||
@Parameters({
|
|
||||||
@Parameter(name = "ids", description = "优惠券模板编号列表")
|
@Parameter(name = "ids", description = "优惠券模板编号列表")
|
||||||
})
|
|
||||||
public CommonResult<List<AppCouponTemplateRespVO>> getCouponTemplateList(
|
public CommonResult<List<AppCouponTemplateRespVO>> getCouponTemplateList(
|
||||||
@RequestParam(value = "ids", required = false) Set<Long> ids) {
|
@RequestParam(value = "ids", required = false) Set<Long> ids) {
|
||||||
// 1. 查询
|
// 1. 查询
|
||||||
|
Reference in New Issue
Block a user