mirolabs/dotpay-client

为api dotpay admin和交易提供的服务

dev-master 2017-02-23 13:38 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:58:40 UTC


README

#dotpay-client

通知

$dotpay = new \mirolabs\dotpay\client\payment\DotPay('pin', 'current');
$dotpay->setNotificationObjects([$notificationClass]);
$dotpay->receivedNotice();

管理员

use mirolabs\dotpay\client\admin\Configuration;
use mirolabs\dotpay\client\admin\Accounts;

$config = new Configuration(login, password);    
$accounts = new Accounts($config);
$accounts->getAccounts();