#305 修复微信变态的拍照或发图事件的消息格式的处理
This commit is contained in:
@@ -164,6 +164,8 @@ public class WxCpXmlMessage implements Serializable {
|
||||
private SendLocationInfo sendLocationInfo = new SendLocationInfo();
|
||||
|
||||
protected static WxCpXmlMessage fromXml(String xml) {
|
||||
//修改微信变态的消息内容格式,方便解析
|
||||
xml = xml.replace("</PicList><PicList>", "");
|
||||
return XStreamTransformer.fromXml(WxCpXmlMessage.class, xml);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user