mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-02 05:50:29 +08:00
优化签名
This commit is contained in:
@@ -20,21 +20,9 @@ public class UnionPayConfigStorage extends BasePayConfigStorage {
|
||||
* 商户收款账号
|
||||
*/
|
||||
public volatile String seller;
|
||||
//公钥
|
||||
private volatile String aliPublicKey;
|
||||
|
||||
|
||||
|
||||
public String getAliPublicKey () {
|
||||
return aliPublicKey;
|
||||
}
|
||||
|
||||
public void setAliPublicKey (String aliPublicKey) {
|
||||
setKeyPublic(aliPublicKey);
|
||||
this.aliPublicKey = aliPublicKey;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String getAppid () {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user