springboot RestTemplate call url and https response headers(content-type:audio/wav) ,how to save as *.wav file?

后端 未结 0 381
滥情空心
滥情空心 2021-01-25 18:42

I use spring RestTemplate to call the the Third-party services,

ResponseEntity forEntity = restTemplate.getForEntity(url, String.class);


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