Pre Merge pull request !78 from Evol郑天/N/A
commit
942b7e11a9
|
|
@ -30,7 +30,7 @@ public interface CouponApi {
|
|||
@Parameter(name = "id", description = "优惠券编号", required = true, example = "1")
|
||||
CommonResult<Boolean> returnUsedCoupon(@RequestParam("id") Long id);
|
||||
|
||||
@GetMapping(PREFIX + "/validate")
|
||||
@PostMapping(PREFIX + "/validate")
|
||||
@Operation(summary = "校验优惠劵")
|
||||
CommonResult<CouponRespDTO> validateCoupon(@Valid CouponValidReqDTO validReqDTO);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue