找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 174|回复: 0

RestTemplate 设置请求头发送请求

[复制链接]

373

主题

55

回帖

1944

积分

管理员

积分
1944
发表于 2019-3-12 09:55:15 | 显示全部楼层 |阅读模式
HttpHeaders headers = new HttpHeaders();
headers.setContentType(MediaType.APPLICATION_JSON);


HttpEntity<String> requestEntity = new HttpEntity<>(JSON_STR, headers);
restTemplate.postForObject(URL, requestEntity, String.class);




回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Comsenz Inc.

GMT+8, 2024-9-20 10:54 , Processed in 0.037934 second(s), 19 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表