mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-13 09:18:37 +08:00
请求工具增加请求实体类型 HttpStringEntity
This commit is contained in:
@@ -86,7 +86,7 @@ public abstract class BasePayConfigStorage implements PayConfigStorage{
|
||||
*/
|
||||
private boolean isCertSign = false;
|
||||
|
||||
|
||||
@Override
|
||||
public CertDescriptor getCertDescriptor() {
|
||||
if (!isCertSign){
|
||||
throw new PayErrorException(new PayException("certDescriptor fail", "isCertSign is false"));
|
||||
@@ -105,7 +105,7 @@ public abstract class BasePayConfigStorage implements PayConfigStorage{
|
||||
public void setKeyPrivate(String keyPrivate) {
|
||||
this.keyPrivate = keyPrivate;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getKeyPrivateCertPwd() {
|
||||
return keyPrivateCertPwd;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user