类 AliPayProperties.V1
- java.lang.Object
-
- cn.crushes.cloud.core.pay.alipay.AliPayProperties.V1
-
- 封闭类:
- AliPayProperties
public static class AliPayProperties.V1 extends Object
The type V 1.- 从以下版本开始:
- 1.0.0.RELEASE
- 作者:
- felord.cn
-
-
字段概要
字段 修饰符和类型 字段 说明 private StringalipayPublicCertPathalipay public cert pathprivate StringalipayRootCertPathalipay root cert pathprivate StringappCertPublicKeyPathappCertPublicKeyprivate StringappIdyour app IDprivate StringappPrivateKeyPathyour app private key, which must be in a single lineprivate Stringcharsetcharset default utf-8private Stringformatdata format only json nowprivate StringserverUrlalipay serverprivate StringsignTypesign type default RSA2
-
构造器概要
构造器 构造器 说明 V1()
-
-
-
字段详细资料
-
serverUrl
private String serverUrl
alipay server
-
appId
private String appId
your app ID
-
appPrivateKeyPath
private String appPrivateKeyPath
your app private key, which must be in a single line
-
signType
private String signType
sign type default RSA2
-
format
private String format
data format only json now
-
charset
private String charset
charset default utf-8
-
alipayPublicCertPath
private String alipayPublicCertPath
alipay public cert path
-
alipayRootCertPath
private String alipayRootCertPath
alipay root cert path
-
appCertPublicKeyPath
private String appCertPublicKeyPath
appCertPublicKey
-
-