| | |
| | | @ApiImplicitParam(paramType = "query", dataType = "Integer", name = "couponType", value = "优惠券类别", required = true), |
| | | @ApiImplicitParam(paramType = "query", dataType = "Integer", name = "limitPrice", value = "满额", required = true) |
| | | }) |
| | | public ApiResponse<Integer> memberCouponNum(Integer couponType, BigDecimal limitPrice) { |
| | | public ApiResponse<Long> memberCouponNum(Integer couponType, BigDecimal limitPrice) { |
| | | return ApiResponse.success("查询成功", memberCouponService.memberCouponNum(limitPrice,getMemberId(),couponType)); |
| | | } |
| | | |