- 微信扫码支付回调的请求参数转xml报错
回调参数解析时报出这玩意 Invalid XML, can not convert to map. Error message: 尾随节中不允许有内容。
2019-03-29 - 沙盒测试时调用NATIVE请求返回的html缺少一个</hr>
[http-apr-8080-exec-22] WARN wxpay java sdk - Invalid XML, can not convert to map. Error message: The element type "hr" must be terminated by the matching end-tag "</hr>".. XML content: <html> <head><title>302 Found</title></head> <body bgcolor="white"> <center><h1>302 Found</h1></center> <hr><center>nginx</center> </body> </html> org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 3; The element type "hr" must be terminated by the matching end-tag "</hr>". 多次出现了。。。加了 <dependency> <groupId>net.glxn.qrgen</groupId> <artifactId>javase</artifactId> <version>2.0</version> </dependency> 时不时还是有。。。
2019-03-20