huang007guo/ycc-sdk

There is no license information available for the latest version (dev-master) of this package.

yicuicui api sdk

dev-master 2017-12-01 02:38 UTC

This package is not auto-updated.

Last update: 2025-06-27 06:24:57 UTC


README

易催催SDK

安装方法

composer require huang007guo/ycc-sdk

使用方法

$yccSdk = new YccSdk($app_key, $appSecret);
$accessToken = $yccSdk->getAccessToken();
$apiTestResult = $yccSdk->IApiTest();

通过自己accessToken(中控服务器)使用

$yccSdk = new YccSdk();
$accessToken = $yccSdk->setAccessToken($accessToken);
$apiTestResult = $yccSdk->IApiTest();