java获取xml回掉_解析微信公众号回调xml
引入依赖dom4jdom4j1.6.1解析xml/*** 解析微信公众号回调xml* @param request 请求* @return*/public static Map parseRequest(HttpServletRequest request){Map map=new HashMap();SAXReader reader=new SAXReader();Document docume...