curl --location --request POST 'https://api2.hik-cloud.com/v1/customization/detector/page' \
--header 'Authorization: Bearer '
{
"code": 200,
"message": "操作成功",
"data": {
"pageNo": 1,
"pageSize": 10,
"totalPage": 1,
"total": 1,
"hasNextPage": false,
"hasPreviousPage": false,
"firstPage": true,
"lastPage": true,
"rows": [
{
"detectorSerial": "6885997xx",
"detectorType": "magnetometer",
"detectorMode": "CS-T2-A",
"detectorState": 1,
"location": "ceshi1",
"detectorTypeName": "无线门磁传感器",
"outerEnable": 1,
"status": 0
}
]
}
}