$_syncResponseName
$_syncResponseName : string
支付宝返回的json中xxx_response的名字.
支付宝查询对账单请求类.
$businessParams : \Yurun\PaySDK\AlipayApp\Params\DownloadBill\BusinessParams
业务请求参数 参考https://docs.open.alipay.com/api_15/alipay.data.dataservice.bill.downloadurl.query.
__onExecute(\Yurun\PaySDK\Base $sdk, string $format) : boolean
当调用SDK的execute时触发,返回true时不执行SDK中默认的执行逻辑.
\Yurun\PaySDK\Base | $sdk | |
string | $format | 数据格式,json、xml等 |