客户端当发送json字符串时,请求RestController时,报错:

DefaultHandlerExceptionResolver : Failed to read HTTP message: org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public java.lang.String com.gomepay.xxx.LocaleApi.getLocaleList(java.lang.String)

解决方法是加上:

contentType:'application/json'

 

相关文章:

  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2021-08-05
  • 2021-10-02
猜你喜欢
  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
  • 2021-08-23
相关资源
相似解决方案