using NPOI.SS.Formula.Functions;
namespace JNPF.Common.Models;
///
/// 通用登录配置-第三方登录配置.
///
public class SocialsLoginConfigModel
{
///
/// 是否跳转.
///
public bool redirect = false;
///
/// 跳转URL地址.
///
public string url;
///
/// 跳转URL地址.
///
public string redirectRrl;
///
/// 跳转登录轮询票据参数名称.
///
public string ticketParams;
///
/// 第三方登录列表.
///
public List