{
"type": null,
"content": null,
"ip": null,
"addTime": null,
"fromSoftId": null,
"fromVerId": null,
"device_info": null,
"device_code": null,
"pageIndex": 1,
"pageSize": 10
}
curl --location --request POST '/myauth/web/getDataList' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": null,
"content": null,
"ip": null,
"addTime": null,
"fromSoftId": null,
"fromVerId": null,
"device_info": null,
"device_code": null,
"pageIndex": 1,
"pageSize": 10
}'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"records": [
{
"id": 1,
"type": "按时",
"content": "阿萨德阿萨德按时都",
"ip": "127.0.0.1",
"addTime": 1644744078,
"fromSoftId": 1,
"fromVerId": 97,
"deviceInfo": "windows 10",
"deviceCode": "5A79565CC85400F0",
"fromSoftName": "MyQQ",
"fromVer": "1.9.0"
},
{
"id": 2,
"type": "按时",
"content": "阿萨德阿萨德按时都\r\n我爱你",
"ip": "127.0.0.1",
"addTime": 1646100860,
"fromSoftId": 1,
"fromVerId": 90,
"deviceInfo": "windows 10",
"deviceCode": "5A79565CC85400F0",
"fromSoftName": "MyQQ",
"fromVer": "1.8.9"
},
{
"id": 3,
"type": "按时",
"content": "阿萨德阿萨德按时都\r\n我爱你",
"ip": "127.0.0.1",
"addTime": 1646100884,
"fromSoftId": 1,
"fromVerId": 90,
"deviceInfo": "windows 10",
"deviceCode": "5A79565CC85400F0",
"fromSoftName": "MyQQ",
"fromVer": "1.8.9"
},
{
"id": 4,
"type": "按时",
"content": "阿萨德阿萨德按时都\r\n我爱你",
"ip": "127.0.0.1",
"addTime": 1646101759,
"fromSoftId": 1,
"fromVerId": 90,
"deviceInfo": "windows 10",
"deviceCode": "5A79565CC85400F0",
"fromSoftName": "MyQQ",
"fromVer": "1.8.9"
}
],
"total": 4,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 1
},
"timestamp": 1646315476955
}