mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-20 22:36:40 +08:00
移除过期方法
This commit is contained in:
@@ -11,20 +11,13 @@ import com.egzosn.pay.common.api.BasePayConfigStorage;
|
||||
*/
|
||||
public class WxYouDianPayConfigStorage extends BasePayConfigStorage {
|
||||
|
||||
public volatile String secretKey;
|
||||
|
||||
//账号
|
||||
public volatile String seller;
|
||||
|
||||
|
||||
|
||||
public void setSecretKey(String secretKey) {
|
||||
this.secretKey = secretKey;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getSecretKey() {
|
||||
return secretKey;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user