using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OpenAuth.App.Common
{
public class KikvisionConfig
{
///
/// 综合安防管理平台 url
///
public string Url { get; set; }
public int Port { get; set; }
///
/// AppKey
///
public string AppKey { get; set; }
///
/// SecretKey
///
public string SecretKey { get; set; }
}
public class KikvisionConfig2
{
///
/// 综合安防管理平台 url
///
public string Url { get; set; }
public int Port { get; set; }
///
/// AppKey
///
public string AppKey { get; set; }
///
/// SecretKey
///
public string SecretKey { get; set; }
}
}