数据接入失败
Re数据接入失败
按照这个来的
SyncApiClient syncClient = SyncApiClient.newBuilder()
.appKey('$AppKey$')
.appSecret('$AppSecret$')
.build();
IoTApiRequest request = new IoTApiRequest();
//设api的版本,固定值
request.setApiVer('1.0.0');
request.putParam('schemaId', '$schemaId$');
request.putParam('reqContent', $reqContent$);
//请求参数:domain、path,固定值
ApiResponse response = syncClient.postBody('official.api.feifengiot.com','/iotx/developer/execute', request);
赞0
踩0