namespace NewRock.Sdk { public class XsConfiguration { public string Address { get; set; } public bool Authorize { get; set; } public string ReceiveKey { get; set; } public string SendKey { get; set; } /// /// 认证过期时间(秒) /// public int Expired { get; set; } } }