{
"groupIdList": [
1
],
"keyword": null,
"pageNumber": 1,
"pageSize": 20
}curl --location --request POST 'https://cloud.hm443.com/api/tenant-service-open/basis/getDevicePage' \
--header 'accessKey: 32252aa6a2a941dfab1b048ec549ed37' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupIdList": [
1
],
"keyword": null,
"pageNumber": 1,
"pageSize": 20
}'{
"code": 200,
"message": "成功",
"data": {
"pageNumber": 1,
"pageSize": 20,
"total": 1,
"dataList": [
{
"deviceId": 1,
"deviceSnNo": "123456",
"deviceSimNo": "654321",
"deviceType": 1,
"bindId": 1,
"bindObj": "粤B666",
"groupId": 1,
"groupName": "测试分组",
"locateStatus": 0,
"locateTime": null,
"heartbeatTime": null,
"onlineTime": null,
"createTime": 1118729164011,
"updateTime": 1118729164011
}
]
}
}