RestTemplate calling post with HttpEntity> Fail to get request data: json

前端 未结 0 1842
情歌与酒
情歌与酒 2021-01-13 13:33

Using restTemplate.exchange()method with POST call

HttpHeaders headers = new HttpHeaders();
headers.add("Content-Type", MediaType.APPLICATION_JSON_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题