2.14.10, 还原jdk8,移除不用字段

This commit is contained in:
zaosheng
2026-01-02 11:01:49 +08:00
parent e1e50f7151
commit 5e2cce681e
25 changed files with 51 additions and 117 deletions

View File

@@ -107,7 +107,6 @@ public class AliPayConfigStorage extends BasePayConfigStorage {
this.pid = pid;
}
@Override
public String getSeller() {
return seller;
}

View File

@@ -66,6 +66,7 @@ import com.egzosn.pay.common.util.str.StringUtils;
public class AliPayService extends BasePayService<AliPayConfigStorage> implements TransferService, AliPayServiceInf {
/**
* api服务地址默认为国内
*/