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

This package is not auto-updated.

Last update: 2024-05-18 07:51:03 UTC


README

使用参考 testAliPayTransferService.php。

使用示例

use Lilei\AlipayTransfer\AliPayTransferService;

// 配置
$config = []
$pay = new AliPayTransferService($config);
// 设置业务请求参数
$biz_content = [];
$pay->setBizContent($biz_content);
// 执行请求
$callback = $pay->accountQuery();