SetSignType() SetSignType(mixed $sign_type) : mixed 设置签名,详见签名生成算法类型 Parameters mixed $sign_type Returns mixed —
FromXml() FromXml(string $xml) : mixed 将xml转为array Parameters string $xml Throws \WxPayException Returns mixed —
MakeSign() MakeSign(\WxPayConfigInterface $config, bool $needSignType = true) : \签名,本函数不覆盖sign成员变量,如要设置签名需要调用SetSign方法赋值 生成签名 Parameters \WxPayConfigInterface $config 配置对象 bool $needSignType 是否需要补signtype Returns \签名,本函数不覆盖sign成员变量,如要设置签名需要调用SetSign方法赋值 —
SetDevice_info() SetDevice_info(string $value) : mixed 设置微信支付分配的终端设备号 Parameters string $value Returns mixed —
SetNonce_str() SetNonce_str(string $value) : mixed 设置随机字符串,不长于32位。推荐随机数生成算法 Parameters string $value Returns mixed —
SetTransaction_id() SetTransaction_id(string $value) : mixed 设置微信订单号 Parameters string $value Returns mixed —
SetOut_trade_no() SetOut_trade_no(string $value) : mixed 设置商户系统内部的订单号 Parameters string $value Returns mixed —
SetOut_refund_no() SetOut_refund_no(string $value) : mixed 设置商户退款单号 Parameters string $value Returns mixed —
SetRefund_id() SetRefund_id(string $value) : mixed 设置微信退款单号refund_id、out_refund_no、out_trade_no、transaction_id四个参数必填一个,如果同时存在优先级为:refund_id>out_refund_no>transaction_id>out_trade_no Parameters string $value Returns mixed —
GetRefund_id() GetRefund_id() : \值 获取微信退款单号refund_id、out_refund_no、out_trade_no、transaction_id四个参数必填一个,如果同时存在优先级为:refund_id>out_refund_no>transaction_id>out_trade_no的值 Returns \值 —
IsRefund_idSet() IsRefund_idSet() : true 判断微信退款单号refund_id、out_refund_no、out_trade_no、transaction_id四个参数必填一个,如果同时存在优先级为:refund_id>out_refund_no>transaction_id>out_trade_no是否存在 Returns true — 或 false