public string GetMeterialData()
        {
            string result = api.GetWxConfig(NodeName);

            if (string.IsNullOrEmpty(result))
            {
                result = api.GetWxMaterial(Type, AppId > 0);
            }
            return(result);
        }