{
"page": 0,
"size": 10
}curl --location '/ztpManage/v1/openApi/userOnlineStatus' \
--header 'Content-Type: application/json' \
--data '{
"page": 0,
"size": 10
}'{
"code": 10000,
"msg": "成功",
"data": {
"data": [
{
"devuid": "@DC3FC001",
"lastLoginUserId": "test",
"userOnLineStatus": 0
}
],
"total": 1
},
"traceId": "60aede52-267e-4f0d-9f21-7a1ad721bb6a"
}