|
|
@@ -181,7 +181,7 @@ public class LifeDiscountCouponController {
|
|
|
@GetMapping("/getUserCouponList")
|
|
|
@ApiImplicitParams({@ApiImplicitParam(name = "page", value = "分页页数", dataType = "String", paramType = "query", required = true),
|
|
|
@ApiImplicitParam(name = "size", value = "分页条数", dataType = "String", paramType = "query", required = true),
|
|
|
- @ApiImplicitParam(name = "tabType", value = "分页类型(0:全部,1:即将过期,2:已使用,3:已过期)", dataType = "String", paramType = "query", required = true)
|
|
|
+ @ApiImplicitParam(name = "tabType", value = "分页类型(0:全部(未使用),1:即将过期,2:已使用,3:已过期)", dataType = "String", paramType = "query", required = true)
|
|
|
})
|
|
|
public R<List<LifeDiscountCouponVo>> getUserCouponList(@ApiIgnore @TokenInfo UserLoginInfo userLoginInfo,
|
|
|
@RequestParam(value = "tabType") String tabType,
|