cooper/jlpay-allocate
最新稳定版本:v1.0.5
Composer 安装命令:
composer require cooper/jlpay-allocate
包简介
Jialian Payment's account allocation business PHP SDK.
README 文档
README
Installation
You can install the package via composer:
composer require cooper/jlpay-allocate
Usage
$api = new Cooper\JlpayAllocate\Api(PUBLIC_KEY, PRIVATE_KEY, ORG_CODE); $response = $api->sendOrderSplitQueryRequest(mchId: '849584358120018', orderNo: '61106708379852213248'); // 分账交易结果查询 var_dump($response);
Check the API methods corresponding to the API class.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-16