using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// ZolozAuthenticationCustomerSmilepayInitializeResponse. /// public class ZolozAuthenticationCustomerSmilepayInitializeResponse : AopResponse { /// /// 返回值 /// [XmlElement("result")] public string Result { get; set; } } }