namespace NCC.Extend.Entitys; public class AliLoginInput { public string authCode { get; set; } public string response { get; set; } public string realName { get; set; } public string headicon { get; set; } }