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

0.0.2 2021-03-22 03:16 UTC

This package is auto-updated.

Last update: 2024-04-22 10:20:03 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');

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