\Yurun\PaySDK\AlipayApp\ParamsPublicParams

支付宝开放平台接口公共参数类.

Summary

Methods
Properties
Constants
__construct()
$apiDomain
$appID
$format
$charset
$sign_type
$version
$appPrivateKey
$appPrivateKeyFile
$appPublicKey
$appPublicKeyFile
$isUseAES
$aesKey
$usePublicKeyCert
$alipayCertPath
$alipayRootCertPath
$merchantCertPath
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$apiDomain

$apiDomain : string

接口网关.

Type

string

$appID

$appID : string

支付平台分配给开发者的应用ID.

Type

string

$format

$format : string

仅支持JSON.

Type

string

$charset

$charset : string

请求使用的编码格式,如utf-8,gbk,gb2312等.

Type

string

$sign_type

$sign_type : string

商户生成签名字符串所使用的签名算法类型,目前支持RSA2和RSA,推荐使用RSA2。 RSA2需要PHP版本>=5.4.8下才可使用。

Type

string

$version

$version : string

调用的接口版本,固定为:1.0.

Type

string

$appPrivateKey

$appPrivateKey : string

私有证书文件内容.

Type

string

$appPrivateKeyFile

$appPrivateKeyFile : string

私有证书文件地址,不为空时优先使用文件地址

Type

string

$appPublicKey

$appPublicKey : string

公有证书文件内容.

Type

string

$appPublicKeyFile

$appPublicKeyFile : string

公有证书文件地址,不为空时优先使用文件地址

Type

string

$isUseAES

$isUseAES : boolean

是否使用AES加密解密数据.

Type

boolean

$aesKey

$aesKey : string

AES密钥.

Type

string

$usePublicKeyCert

$usePublicKeyCert : boolean

是否使用公钥证书模式.

Type

boolean

$alipayCertPath

$alipayCertPath : string

支付宝公钥证书文件路径.

Type

string

$alipayRootCertPath

$alipayRootCertPath : string

支付宝根证书文件路径.

Type

string

$merchantCertPath

$merchantCertPath : string

支付宝应用公钥证书文件路径.

Type

string

Methods

__construct()

__construct()