长情月饼

文章
4
资源
0
加入时间
3年0月21天

SpringBoot项目使用RestTemplate发送请求踩坑记录

开发背景系统要对接飞鹅云打印机进行打印,需要通过指定接口打印数据因为使用SpringBoot开发,刚好用RestTemplate+postForObject发送POST请求并接受结果。设置请求头(Content-Type)接口要求请求头中要带Content-Type: application/x-www-form-urlencoded思路:先创建个实现ClientHttpRequestInterceptor接口的类,在intercept(…)方法中对请求头设置,在使用RestTemplate的时