银联支付教程,版本增加

This commit is contained in:
egan
2018-07-05 16:13:49 +08:00
parent 250bcb0d33
commit a2c83236cf
14 changed files with 392 additions and 17 deletions

View File

@@ -5,13 +5,13 @@
<parent>
<artifactId>pay-java-parent</artifactId>
<groupId>com.egzosn</groupId>
<version>2.0.9-RELEASE</version>
<version>2.10.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<groupId>com.egzosn</groupId>
<artifactId>pay-java-common</artifactId>
<version>2.0.9-RELEASE</version>
<version>2.10.1-SNAPSHOT</version>
<dependencies>
<!--httpcomponents-->

View File

@@ -193,7 +193,7 @@ public class XML {
m = new JSONObject();
}
try {
DocumentBuilder documentBuilder = newDocumentBuilder();;
DocumentBuilder documentBuilder = newDocumentBuilder();
org.w3c.dom.Document doc = documentBuilder.parse(in);
doc.getDocumentElement().normalize();
NodeList children = doc.getDocumentElement().getChildNodes();