post请求400错误

页面提交post请求,报错400
控制台:
'couponPool' on field 'count':rejected value []; codes[typeMismatch.couponPool.count,typeMismatch.count,typeMismatch.int,typeMismatch];
原因:
CouponPool coupon 入参中
count 为int类型,将count修改为int 就可以接收!
页面提交post请求,报错400
控制台:
'couponPool' on field 'count':rejected value []; codes[typeMismatch.couponPool.count,typeMismatch.count,typeMismatch.int,typeMismatch];
原因:
CouponPool coupon 入参中
count 为int类型,将count修改为int 就可以接收!