{
"current": 0,
"pageSize": 0,
"params": null
}curl --location 'https://webdiff.perk-net.com/api/open/client/device/list/page' \
--header 'token: 19059c06a4024a0e99214e4a05cc84a1' \
--header 'Content-Type: application/json' \
--data '{
"current": 0,
"pageSize": 0,
"params": null
}'{
"code": 0,
"msg": "string",
"data": {
"pageNum": 0,
"pageSize": 0,
"total": 0,
"pages": 0,
"list": [
{
"id": 0,
"deviceId": "string",
"name": "string",
"clientOs": "string",
"clientVersion": "string",
"isPrimary": 0,
"online": true,
"taskCount": 0,
"lastSeen": "2019-08-24T14:15:22.123Z",
"createTime": "2019-08-24T14:15:22.123Z"
}
]
}
}