youken/fadd

支持PHP7.2语法,法大大接口类库

dev-main 2021-02-28 04:18 UTC

This package is auto-updated.

Last update: 2024-06-28 11:35:17 UTC


README

法大大接口3.0

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