org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public com.ljh.commonutils.R com.ljh.ucenter.controller.MemberController.loginUser(com.ljh.ucenter.entity.Member)

org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing
错误原因:请求方式错误
原来是getmapping改为postmapping就好了
org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing

相关文章:

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