mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-22 18:11:39 +08:00
优化证书相关操作,新增证书的存储方式
This commit is contained in:
@@ -15,7 +15,7 @@ public class AliPayConfigStorage extends BasePayConfigStorage {
|
||||
/**
|
||||
* 商户应用id
|
||||
*/
|
||||
private String appId;
|
||||
private String appid;
|
||||
/**
|
||||
* 商户签约拿到的pid,partner_id的简称,合作伙伴身份等同于 partner
|
||||
*/
|
||||
@@ -27,13 +27,13 @@ public class AliPayConfigStorage extends BasePayConfigStorage {
|
||||
private String seller;
|
||||
|
||||
|
||||
public void setAppId(String appId) {
|
||||
this.appId = appId;
|
||||
public void setAppid(String appid) {
|
||||
this.appid = appid;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getAppid() {
|
||||
return appId;
|
||||
return appid;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user