using System; using System.Xml.Serialization; using System.Collections.Generic; namespace Top.Api.Response { /// /// AppipGetResponse. /// public class AppipGetResponse : TopResponse { /// /// ISV发起请求服务器IP /// [XmlElement("ip")] public string Ip { get; set; } } }