codelips / wing-aephttpsdk
ctwing.cn AEP SDK
v0.1.2
2020-11-20 09:24 UTC
Requires
- ext-curl: *
- ext-json: *
- rmccue/requests: ^1.7
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-03-01 00:24:14 UTC
README
usage
获取设备状态信息
<?php include './vendor/autoload.php'; $res = \WingAepSDK\AepSDKProxy::s('填写你的appKey','填写你的appSecret','db0f63f27222f027') ->for(new \WingAepSDK\Api\AepDeviceStatus()) ->getDeviceStatus( [ 'productId'=>'111111111', 'deviceId'=>'d874e692bde7452b8789cf39cfe94e75', 'datasetId'=>'APPdata', ] );