PHP code example of codelips / wing-aephttpsdk

1. Go to this page and download the library: Download codelips/wing-aephttpsdk library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

codelips / wing-aephttpsdk example snippets




= \WingAepSDK\AepSDKProxy::s('填写你的appKey','填写你的appSecret','db0f63f27222f027')
->for(new \WingAepSDK\Api\AepDeviceStatus())
->getDeviceStatus(
   [
    'productId'=>'111111111',
    'deviceId'=>'d874e692bde7452b8789cf39cfe94e75',
    'datasetId'=>'APPdata',
   ]
);