Properties

$values

$values

Methods

SetSignType()

SetSignType(string  $value) : mixed

设置签名方式

Parameters

string $value

Returns

mixed —

SetSign()

SetSign(mixed  $config) : mixed

设置签名,详见签名生成算法

Parameters

mixed $config

Returns

mixed —

GetSign()

GetSign() : \值

获取签名,详见签名生成算法的值

Returns

\值 —

IsSignSet()

IsSignSet() : true

判断签名,详见签名生成算法是否存在

Returns

true —

或 false

ToXml()

ToXml() : mixed

输出xml字符

Throws

\WxPayException

Returns

mixed —

FromXml()

FromXml(string  $xml) : mixed

将xml转为array

Parameters

string $xml

Throws

\WxPayException

Returns

mixed —

ToUrlParams()

ToUrlParams() : mixed

格式化参数格式化成url参数

Returns

mixed —

MakeSign()

MakeSign(\WxPayConfigInterface  $config, bool  $needSignType = true) : \签名,本函数不覆盖sign成员变量,如要设置签名需要调用SetSign方法赋值

生成签名

Parameters

\WxPayConfigInterface $config

配置对象

bool $needSignType

是否需要补signtype

Returns

\签名,本函数不覆盖sign成员变量,如要设置签名需要调用SetSign方法赋值 —

GetValues()

GetValues() : mixed

获取设置的值

Returns

mixed —

SetAppid()

SetAppid(string  $value) : mixed

设置微信分配的公众账号ID

Parameters

string $value

Returns

mixed —

GetAppid()

GetAppid() : \值

获取微信分配的公众账号ID的值

Returns

\值 —

IsAppidSet()

IsAppidSet() : true

判断微信分配的公众账号ID是否存在

Returns

true —

或 false

SetTimeStamp()

SetTimeStamp(string  $value) : mixed

设置支付时间戳

Parameters

string $value

Returns

mixed —

GetTimeStamp()

GetTimeStamp() : \值

获取支付时间戳的值

Returns

\值 —

IsTimeStampSet()

IsTimeStampSet() : true

判断支付时间戳是否存在

Returns

true —

或 false

SetNonceStr()

SetNonceStr(string  $value) : mixed

随机字符串

Parameters

string $value

Returns

mixed —

GetReturn_code()

GetReturn_code() : \值

获取notify随机字符串值

Returns

\值 —

IsReturn_codeSet()

IsReturn_codeSet() : true

判断随机字符串是否存在

Returns

true —

或 false

SetPackage()

SetPackage(string  $value) : mixed

设置订单详情扩展字符串

Parameters

string $value

Returns

mixed —

GetPackage()

GetPackage() : \值

获取订单详情扩展字符串的值

Returns

\值 —

IsPackageSet()

IsPackageSet() : true

判断订单详情扩展字符串是否存在

Returns

true —

或 false

GetSignType()

GetSignType() : \值

获取签名方式

Returns

\值 —

IsSignTypeSet()

IsSignTypeSet() : true

判断签名方式是否存在

Returns

true —

或 false

SetPaySign()

SetPaySign(string  $value) : mixed

设置签名方式

Parameters

string $value

Returns

mixed —

GetPaySign()

GetPaySign() : \值

获取签名方式

Returns

\值 —

IsPaySignSet()

IsPaySignSet() : true

判断签名方式是否存在

Returns

true —

或 false