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

@@ -27,12 +27,6 @@ public class BaiduPayConfigStorage extends BasePayConfigStorage {
return getDealId();
}
//使用json序列化的时候会报错所以不要直接抛出异常
@Override
public String getSeller() {
return getDealId();
}
public String getDealId() {
return dealId;
}