移除过期方法

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

@@ -20,10 +20,7 @@ public class WxPayConfigStorage extends BasePayConfigStorage {
public String mchId;
@Override
public String getSecretKey() {
return appSecret;
}
public void setAppSecret(String appSecret) {
this.appSecret = appSecret;