using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayMarketingCardUpdateResponse. /// public class AlipayMarketingCardUpdateResponse : AopResponse { /// /// 二级错误处理结果(如果公用返回结果为false,则可以看这个接口判断明细原因) 如果公用返回为true,则该字段为空 /// [XmlElement("result_code")] public string ResultCode { get; set; } } }