# fadada **Repository Path**: ytt8612/fadada ## Basic Information - **Project Name**: fadada - **Description**: php法大大对接 - **Primary Language**: PHP - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-08 - **Last Updated**: 2021-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 法大大接口3.0 ### 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'); ```