lilei / alipay_transfer
There is no license information available for the latest version (dev-master) of this package.
转账到支付宝账户扩展包
dev-master
2024-04-05 08:28 UTC
Requires
- ext-json: *
- lilei/my-mono-log: ^1.0
- symfony/var-dumper: ^5.4
- zjalen/alipay-sdk-php-all: dev-master
This package is not auto-updated.
Last update: 2025-05-03 12:14:59 UTC
README
使用参考 testAliPayTransferService.php。
使用示例
use Lilei\AlipayTransfer\AliPayTransferService;
// 配置
$config = []
$pay = new AliPayTransferService($config);
// 设置业务请求参数
$biz_content = [];
$pay->setBizContent($biz_content);
// 执行请求
$callback = $pay->accountQuery();