mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-07 19:46:15 +08:00
2.14.10, 还原jdk8,移除不用字段
This commit is contained in:
@@ -27,12 +27,6 @@ public class BaiduPayConfigStorage extends BasePayConfigStorage {
|
||||
return getDealId();
|
||||
}
|
||||
|
||||
//使用json序列化的时候会报错,所以不要直接抛出异常
|
||||
@Override
|
||||
public String getSeller() {
|
||||
return getDealId();
|
||||
}
|
||||
|
||||
public String getDealId() {
|
||||
return dealId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user