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 {
}

浙公网安备 33010602011771号