|
|
@@ -51,7 +51,8 @@ class XMLParse {
|
|
|
NodeList nodelist2 = root.getElementsByTagName("ToUserName");
|
|
|
result[0] = 0;
|
|
|
result[1] = nodelist1.item(0).getTextContent();
|
|
|
- result[2] = nodelist2.item(0).getTextContent();
|
|
|
+ // edit by xujunwei 微信官网给的对接开放平台有问题
|
|
|
+ //result[2] = nodelist2.item(0).getTextContent();
|
|
|
return result;
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|