|
|
|
@@ -54,9 +54,6 @@ public class WxPayAccount implements Serializable { |
|
|
|
/*证书本地存放位置**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="证书本地存放位置",name="certPath") |
|
|
|
private String certPath; |
|
|
|
/*证书密码**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="证书密码",name="certPass") |
|
|
|
private String certPass; |
|
|
|
public String getMchId() { |
|
|
|
return mchId; |
|
|
|
} |
|
|
|
@@ -82,14 +79,6 @@ public class WxPayAccount implements Serializable { |
|
|
|
certPath = _certPath; |
|
|
|
} |
|
|
|
|
|
|
|
public String getCertPass() { |
|
|
|
return certPass; |
|
|
|
} |
|
|
|
|
|
|
|
public void setCertPass(String certPass) { |
|
|
|
this.certPass = certPass; |
|
|
|
} |
|
|
|
|
|
|
|
public String getPayNotifyUrl() { |
|
|
|
return notifyUrl + "/pay"; |
|
|
|
} |
|
|
|
@@ -107,7 +96,6 @@ public class WxPayAccount implements Serializable { |
|
|
|
,ApiKey_ASC("`api_key` ASC"),ApiKey_DESC("`api_key` DESC") |
|
|
|
,NotifyUrl_ASC("`notify_url` ASC"),NotifyUrl_DESC("`notify_url` DESC") |
|
|
|
,CertPath_ASC("`cert_path` ASC"),CertPath_DESC("`cert_path` DESC") |
|
|
|
,CertPass_ASC("`cert_pass` ASC"),CertPass_DESC("`cert_pass` DESC") |
|
|
|
; |
|
|
|
private String value; |
|
|
|
Field(String value){ |
|
|
|
|