Authorization: Bearer ********************curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/projectapi/HangingObjectRecord/weightlist?RecordId=616491901486367058&PageNo=1&PageSize=10' \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"data": {
"pageNo": 1,
"pageSize": 10,
"totalPage": 1,
"totalRows": 10,
"rows": [
{
"time": "2025-01-18 15:55:38",
"weight": 5
},
{
"time": "2025-01-18 16:55:17",
"weight": 2.3
}
]
},
"errorMessage": "",
"mD5": "dc40531ec514ac5a9aced3f406b9c9f3",
"isSuccess": true,
"timestamp": "1737302243"
}