namespace Aop.Api
{
public class CertParams
{
///
/// 商户证书储存本地路径
///
public string AppCertPath { get; set; }
///
/// 支付宝公钥证书储存本地路径
///
public string AlipayPublicCertPath { get; set; }
///
/// 支付宝根证书储存本地路径
///
public string RootCertPath { get; set; }
}
}