strack/fdd

继承bonza/fdd,支持PHP7.2语法,法大大接口类库

dev-master / 1.0.3.x-dev 2021-01-23 03:42 UTC

This package is auto-updated.

Last update: 2024-04-23 10:28:22 UTC


README

安装

composer require bonza/fdd

1. 使用示例

$options =[
    'appId' => 'xxxxxx',
    'appSecret'=>'xxxxxxxxxxxxx',
    'baseUrl' => 'https://testapi.fadada.com:8443/api/',
    'version'=>'3.0'
];
$fdd = new Fdd($options);

/** @return array  */

//$res = $fdd->accountRegister('456');

==暂时没有测试覆盖==