using System.Xml;
namespace WX.CRM.Common.WxPay
{
public class SafeXmlDocument : XmlDocument
public SafeXmlDocument()
this.XmlResolver = null;
}