{
"playerId": "df6c02352e4fd3cd5bc664fcdaef29c9",
"count": 20,
"start": 0,
"taskType": 1
}
curl --location --request POST 'https://open-cn.vnnox.com/v2/logs/remote-control' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"playerId": "df6c02352e4fd3cd5bc664fcdaef29c9",
"count": 20,
"start": 0,
"taskType": 1
}'
{
"total": 3,
"rows": [
{
"status": 1,
"executeTime": "2024-07-02 04:55:48",
"type": "openScreen"
},
{
"status": 1,
"executeTime": "2024-07-02 04:55:33",
"type": "openScreen"
},
{
"status": 1,
"executeTime": "2024-07-02 04:55:16",
"type": "openScreen"
}
]
}