{
"id": 1,
"pageIndex": 1,
"pageSize": 10
}
curl --location --request POST '/myauth/web/getUserDeviceInfoRanking' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"pageIndex": 1,
"pageSize": 10
}'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"pageIndex": 1,
"pageSize": 10,
"pageNum": 1,
"total": 7,
"list": [
{
"deviceInfo": "Windows 10",
"count": 27,
"fromSoftName": "MyQQ"
},
{
"deviceInfo": "获取失败,请检查版本:10.0",
"count": 14,
"fromSoftName": "MyQQ"
},
{
"deviceInfo": "Windows 7",
"count": 7,
"fromSoftName": "MyQQ"
},
{
"deviceInfo": "Windows Server 2016 Datacenter",
"count": 6,
"fromSoftName": "MyQQ"
},
{
"deviceInfo": "Windows Server 2019 Datacenter",
"count": 1,
"fromSoftName": "MyQQ"
},
{
"deviceInfo": "Windows Server 2019 Standard",
"count": 1,
"fromSoftName": "MyQQ"
}
]
},
"timestamp": 1647520094943
}