bigmoney / bigmoney-php

管理BigMoney API的工具

0.3.2 2016-10-17 11:38 UTC

This package is not auto-updated.

Last update: 2024-09-28 20:19:54 UTC


README

BigMoney API SDK

介绍

BigMoney 允许你轻松访问BigMoney API

示例用法

$bmoney = new BigMoney/BigMoney(YOUR_SECRET_KEY, YOUR_SECRET_PASSWORD);
$bmoney->Deposit()->request([
	'amount' => 10
	'uid' => 23,
	'tid' => 123
]);