\Yurun\PaySDK\Weixin\ReplyPayMode1

微信支付-回复扫码支付模式一通知基类.

Summary

Methods
Properties
Constants
__toString()
toString()
$return_code
$return_msg
$appid
$mch_id
$nonce_str
$prepay_id
$result_code
$err_code_des
$sign
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$return_code

$return_code : string

SUCCESS/FAIL SUCCESS表示商户接收通知成功并校验成功

Type

string

$return_msg

$return_msg : string

返回信息,如非空,为错误原因: 签名失败 参数格式校验错误.

Type

string

$appid

$appid : string

公众账号ID.

Type

string

$mch_id

$mch_id : string

商户号.

Type

string

$nonce_str

$nonce_str : string

微信返回的随机字符串.

Type

string

$prepay_id

$prepay_id : string

调用统一下单接口生成的预支付ID.

Type

string

$result_code

$result_code : string

SUCCESS/FAIL.

Type

string

$err_code_des

$err_code_des : string

当result_code为FAIL时,商户展示给用户的错误提.

Type

string

$sign

$sign : string

返回数据签名.

Type

string

Methods

__toString()

__toString() 

toString()

toString()