类 AliPayProperties.V1

  • 封闭类:
    AliPayProperties

    public static class AliPayProperties.V1
    extends Object
    The type V 1.
    从以下版本开始:
    1.0.0.RELEASE
    作者:
    felord.cn
    • 字段详细资料

      • 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
    • 构造器详细资料

      • V1

        public V1()