liuyueyi / spring-boot-demo

Spring Boot & Spring Cloud & Spring Security Demo Case(Spring学习示例实战项目)

Home Page:http://spring.hhui.top

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WEB系列教程之XML传参返回实战 | 一灰灰Blog

liuyueyi opened this issue · comments

commented

https://spring.hhui.top/spring-blog/2022/07/04/220704-SpringBoot%E7%B3%BB%E5%88%97%E6%95%99%E7%A8%8B%E4%B9%8BXML%E4%BC%A0%E5%8F%82%E8%BF%94%E5%9B%9E%E5%AE%9E%E6%88%98/

220704-SpringBoot系列教程之XML传参返回实战 最近在准备使用微信公众号来做个人站点的登录,发现微信的回调协议居然是xml格式的,之前使用json传输的较多,结果发现换成xml之后,好像并没有想象中的那么顺利,比如回传的数据始终拿不到,返回的数据对方不认等 接下来我们来实际看一下,一个传参和返回都是xml的SpringBoot应用,究竟是怎样的