mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-05 08:00:48 +08:00
银联支付教程,版本增加
This commit is contained in:
@@ -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-->
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user