提交 ef0a5f9f 编写于 作者: G gongfuxiang

易支付插件优化

上级 e3cca1cf
......@@ -24,9 +24,9 @@ class PayEase
private $config;
// 证书,应用私钥,应用公钥,平台公钥
private $private_key = ROOT.'rsakeys/client.pfx';
private $public_key = ROOT.'rsakeys/server.cer';
private $out_public_key = ROOT.'rsakeys/out_server.cer';
private $private_key = ROOT.'rsakeys'.DS.'paywase'.DS.'client.pfx';
private $public_key = ROOT.'rsakeys'.DS.'paywase'.DS.'server.cer';
private $out_public_key = ROOT.'rsakeys'.DS.'paywase'.DS.'out_server.cer';
/**
* 构造方法
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册