|
@@ -52,7 +52,7 @@ public class CouponController {
|
|
|
|
|
|
@ZfireList
|
|
|
@PostMapping("/list")
|
|
|
- @ApiOperation(value = "优惠券列表")
|
|
|
+ @ApiOperation(value = "优惠券列表V2")
|
|
|
public ResponseHelper<IPage<CouponPageBean>> list(
|
|
|
@RequestBody ZfireParamBean zfireParamBean
|
|
|
) throws RemoteServiceException {
|
|
@@ -62,7 +62,7 @@ public class CouponController {
|
|
|
}
|
|
|
|
|
|
@PostMapping("/list/export")
|
|
|
- @ApiOperation(value = "优惠券列表导出")
|
|
|
+ @ApiOperation(value = "优惠券列表导出V2")
|
|
|
public void listExport(
|
|
|
@RequestBody ZfireParamBean zfireParamBean,
|
|
|
HttpServletRequest request,
|