Commit 82fdebd8 by chongfu.liang

fix

parent d2b01e65
...@@ -29,7 +29,7 @@ public interface CouponOnlineClient { ...@@ -29,7 +29,7 @@ public interface CouponOnlineClient {
* 查询券详情 * 查询券详情
*/ */
@PostMapping(value = "/coupon/state/invalid/coupons", produces = MediaType.APPLICATION_JSON_UTF8_VALUE, @PostMapping(value = "/coupon/state/invalid/coupons", produces = MediaType.APPLICATION_JSON_UTF8_VALUE,
consumes = {MediaType.APPLICATION_FORM_URLENCODED_VALUE} consumes = {MediaType.APPLICATION_JSON_UTF8_VALUE}
) )
InvalidCouponsResponseDto invalidCoupons(@RequestBody InvalidCouponsRequestDto invalidCouponsRequestDto); InvalidCouponsResponseDto invalidCoupons(@RequestBody InvalidCouponsRequestDto invalidCouponsRequestDto);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment