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)
错误原因:请求方式错误
原来是getmapping改为postmapping就好了