Files
kami_itunes_june/AppleBatch_June.AppleWebServace/AuthsigninConfig.cs
2024-07-22 00:43:14 +08:00

27 lines
452 B
C#

namespace AppleBatch_June.AppleWebServace
{
public class AuthsigninConfig
{
public string Apple_Widget_Key { get; set; } = "";
public string iframeId { get; set; } = "";
public string redirectURI { get; set; } = "";
public string homeLanguage { get; set; } = "";
public string authUrl { get; set; } = "";
public string refererUrl { get; set; } = "https://appleid.apple.com";
public string domainId { get; set; } = "";
}
}