codelips / wing-aephttpsdk
ctwing.cn AEP SDK
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/codelips/wing-aephttpsdk
Requires
- ext-curl: *
- ext-json: *
- rmccue/requests: ^1.7
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-09-29 02:50:08 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', ] );