https://github.com/bonzaphp/fdd
法大大接口3.0
https://github.com/bonzaphp/fdd
fadada fdd
Last synced: 6 months ago
JSON representation
法大大接口3.0
- Host: GitHub
- URL: https://github.com/bonzaphp/fdd
- Owner: bonzaphp
- Created: 2019-06-28T09:47:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T07:40:08.000Z (about 6 years ago)
- Last Synced: 2025-09-26T19:41:36.305Z (9 months ago)
- Topics: fadada, fdd
- Language: PHP
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 法大大接口3.0
## 安装
```php
composer require bonza/fdd
```
### 1. 使用示例
```php
$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');
==暂时没有测试覆盖==
```