public static class AliPayProperties.V1 extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
alipayPublicCertPath
alipay public cert path
|
private String |
alipayRootCertPath
alipay root cert path
|
private String |
appCertPublicKeyPath
appCertPublicKey
|
private String |
appId
your app ID
|
private String |
appPrivateKeyPath
your app private key, which must be in a single line
|
private String |
charset
charset default utf-8
|
private String |
format
data format only json now
|
private String |
serverUrl
alipay server
|
private String |
signType
sign type default RSA2
|
| Constructor and Description |
|---|
V1() |
private String serverUrl
private String appId
private String appPrivateKeyPath
private String signType
private String format
private String charset
private String alipayPublicCertPath
private String alipayRootCertPath
private String appCertPublicKeyPath
Copyright © 2021. All rights reserved.