Merge pull request #51 from fatherican/bug-fix-50
详见 : https://github.com/foxinmy/weixin4j/issues/50
This commit is contained in:
commit
3fd576d200
@ -130,7 +130,7 @@ public class ListsuffixResultDeserializer {
|
||||
name = xr.getLocalName();
|
||||
} else if (event == XMLStreamConstants.END_ELEMENT) {
|
||||
break;
|
||||
} else if (event == XMLStreamConstants.CHARACTERS) {
|
||||
} else if (event == XMLStreamConstants.CHARACTERS || event == XMLStreamConstants.CDATA) {
|
||||
String key = matcher.group();
|
||||
if (!pattern.pattern().equals(
|
||||
DEFAULT_PATTERN.pattern())) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user