public static class AliPayProperties.V1 extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
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 boolean |
classpathUsed
use classpath or not ,default true
|
private String |
format
data format only json now
|
private String |
serverUrl
alipay server
|
private String |
signType
sign type default RSA2
|
| 构造器和说明 |
|---|
V1() |
private String serverUrl
private String appId
private String appPrivateKeyPath
private String signType
private String format
private String charset
private boolean classpathUsed
private String alipayPublicCertPath
private String alipayRootCertPath
private String appCertPublicKeyPath
Copyright © 2022. All rights reserved.