mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-21 08:53:43 +08:00
1.对账下载参数错误问题
This commit is contained in:
@@ -83,7 +83,7 @@ public class ApyAccountRepository {
|
||||
|
||||
ApyAccount apyAccount4 = new ApyAccount();
|
||||
apyAccount4.setPayId(4);
|
||||
apyAccount4.setPartner("777290058110048");
|
||||
apyAccount4.setPartner("700000000000001");
|
||||
//公钥,验签证书链格式: 中级证书路径;根证书路径
|
||||
apyAccount4.setPublicKey("D:/certs/acp_test_middle.cer;D:/certs/acp_test_root.cer");
|
||||
//私钥, 私钥证书格式: 私钥证书路径;私钥证书对应的密码
|
||||
|
||||
Reference in New Issue
Block a user