namespace XYY.Service.Standard.DingDing.Dto { public class TokenResult { public string errcode { get; set; } public string errmsg { get; set; } public string access_token { get; set; } } }