$_apiMethod
$_apiMethod : string
接口名称.
微信支付-APP支付-下单请求类.
$detail : \Yurun\PaySDK\Weixin\Params\Detail
商品详细描述,对于使用单品优惠的商户,改字段必须按照规范上传,详见https://pay.weixin.qq.com/wiki/doc/api/danpin.php?chapter=9_102&index=2.
$scene_info : \Yurun\PaySDK\Weixin\APP\Params\SceneInfo
场景信息.
__onExecute(\Yurun\PaySDK\Base $sdk, string $format) : boolean
当调用SDK的execute时触发,返回true时不执行SDK中默认的执行逻辑.
\Yurun\PaySDK\Base | $sdk | |
string | $format | 数据格式,json、xml等 |