using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayOpenPublicLifeMsgSendResponse. /// public class AlipayOpenPublicLifeMsgSendResponse : AopResponse { /// /// 生活号消息唯一标识 /// [XmlElement("alipay_msg_id")] public string AlipayMsgId { get; set; } } }