{
"pageSize": 10,
"pageNum": 1
}
curl --location --request POST 'https://api-vpp-au.weiheng-tech.com/api/vpp/v1/hub/device/info/list' \
--header 'Authorization;' \
--header 'Authorization;' \
--header 'Accept-Language: en-US' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 10,
"pageNum": 1
}'
{
"code": 200,
"msg": "OK",
"data": {
"totalPages": 5,
"totalCount": 45,
"data": [
{
"id": "1754384361798500352",
"deviceSn": "SHA60202020241H006",
"deviceModel": "SPHA6.0H ",
"state": 3
},
{
"id": "1754384383571132416",
"deviceSn": "SHA60202020241H040",
"deviceModel": "SPHA6.0H ",
"state": 1
},
{
"id": "1754384369008508928",
"deviceSn": "SHA60202020241H017",
"deviceModel": "SPHA6.0H",
"state": 1
},
{
"id": "1754384379204861952",
"deviceSn": "SHA60202020241H033",
"deviceModel": "SPHA6.0H ",
"state": 1
},
{
"id": "1754384376092688384",
"deviceSn": "SHA60202020241H028",
"deviceModel": "SPHA6.0H ",
"state": -1
},
{
"id": "1697506994971348992",
"deviceSn": "THA10302000238G001",
"deviceModel": "WH-THA103 ",
"state": -1
},
{
"id": "1754384357428035584",
"deviceSn": "SHA60202020241H001",
"deviceModel": "",
"state": -5
},
{
"id": "1754384358774407168",
"deviceSn": "SHA60202020241H002",
"deviceModel": "",
"state": -5
},
{
"id": "1754384360418574336",
"deviceSn": "SHA60202020241H004",
"deviceModel": "",
"state": -5
},
{
"id": "1754384362595418112",
"deviceSn": "SHA60202020241H007",
"deviceModel": "",
"state": -5
}
]
},
"t": 1733143595492
}