bonzaphp / fdd

法大大接口3.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

法大大接口3.0

安装

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');

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

About

法大大接口3.0


Languages

Language:PHP 100.0%