Skip to content

Commit fe9f7dd

Browse files
committed
⬆️ 升级sdk版本为4.5.0
1 parent e22499b commit fe9f7dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<plugin.maven-compiler>3.1</plugin.maven-compiler>
1919

2020
<!-- lib versions -->
21-
<WxJava.version>4.4.0</WxJava.version>
21+
<WxJava.version>4.5.0</WxJava.version>
2222
<junit.version>4.13.1</junit.version>
2323
<slf4j.version>1.7.21</slf4j.version>
2424
<spring.version>6.0.8</spring.version>

src/main/java/com/github/weixin/demo/util/XMLUtil.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class XMLUtil {
2323
* 将微信服务器发送的Request请求中Body的XML解析为Map
2424
*
2525
* @param request
26-
* @return
26+
* @return .
2727
* @throws Exception
2828
*/
2929
public static Map<String, String> parseRequestXmlToMap(HttpServletRequest request) throws Exception {
@@ -38,7 +38,7 @@ public static Map<String, String> parseRequestXmlToMap(HttpServletRequest reques
3838
* 将输入流中的XML解析为Map
3939
*
4040
* @param inputStream
41-
* @return
41+
* @return .
4242
* @throws DocumentException
4343
* @throws IOException
4444
*/
@@ -65,7 +65,7 @@ public static Map<String, String> parseInputStreamToMap(InputStream inputStream)
6565
* 将String类型的XML解析为Map
6666
*
6767
* @param str
68-
* @return
68+
* @return .
6969
* @throws Exception
7070
*/
7171
public static Map<String, String> parseXmlStringToMap(String str) throws Exception {

0 commit comments

Comments
 (0)