RestTemplate发送application/x-www-form-urlencoded格式的post请求
在调用外部post接口时需要以?带参数的格式传递,拿postman测试后发现需要以x-www-form-urlencoded格式发送数据,所以选用RestTemplate的postForEntity方法,以下是代码示例packageorg.springblade.test;importcom.alibaba.fastjson.JSON;importorg.springframework.http.