springboot 支持接收xml
引入包:
<dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.4.2</version> </dependency>
public String callBack_wx(HttpServletRequest request) throws IOException { }
引入包:
<dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.4.2</version> </dependency>
public String callBack_wx(HttpServletRequest request) throws IOException { }