站内搜索:
首页 >> 前端 >> 内容
post请求400错误

时间:2017/6/29 10:10:00

post请求400错误

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 就可以接收!

  • 上一篇:Bootstrap响应式实用工具
  • 下一篇:17个提升用户体验的UI设计小Tips
  • 返回顶部