移除过期方法

This commit is contained in:
egzosn@gmail.com
2017-07-28 17:08:11 +08:00
parent 12b9d3eac3
commit f9e779f596
5 changed files with 3 additions and 28 deletions

View File

@@ -33,10 +33,6 @@ public class AliPayConfigStorage extends BasePayConfigStorage {
this.aliPublicKey = aliPublicKey;
}
@Override
public String getSecretKey() {
return aliPublicKey;
}
public void setAppId(String appId) {