获取当前所有已经上云的设备,以及最后一次上云的时间
✨ 举例
请求
curl --location -g '{{EU}}/wrapper/topic/getLinkedDevices'
响应
{
"errorCode": 0,
"info": null,
"body": [
{
"deviceSn": "A112200162230146",
"lastUploadTime": "2024-08-13T02:29:01.297Z"
},
{
"deviceSn": "A112300100932038",
"lastUploadTime": "2024-07-02T23:02:46.504Z"
},
{
"deviceSn": "B11220010073174A",
"lastUploadTime": "2024-07-22T11:59:40.826Z"
}
],
"successful": true
}