{
"report_q05s": [
{
"userid": 58,
"entid": 19,
"ent_userid": 71,
"sn": "123456789",
"event": "in",
"os": "windows",
"client_type": "slrc",
"client_id": "123456789",
"fastcode": "123456789",
"version": "15.8.1.15133",
"model": "Q0.5",
"device_name": "直论于百",
"hw_version": "1.0.0",
"output_resolution": "720",
"has_video_signal": true,
"createtime": 1739413359
},
{
"userid": 58,
"entid": 19,
"ent_userid": 71,
"sn": "12345678889",
"event": "in",
"os": "windows",
"client_type": "slrc",
"client_id": "123456789",
"fastcode": "123456789",
"version": "15.8.1.15133",
"model": "Q0.5",
"device_name": "直论于百111",
"hw_version": "1.0.0",
"output_resolution": "720",
"has_video_signal": true,
"createtime": 1739413359
}
]
}curl --location --request POST '/wakeup/report/q05' \
--header 'Content-Type: application/json' \
--data-raw '{
"report_q05s": [
{
"userid": 58,
"entid": 19,
"ent_userid": 71,
"sn": "123456789",
"event": "in",
"os": "windows",
"client_type": "slrc",
"client_id": "123456789",
"fastcode": "123456789",
"version": "15.8.1.15133",
"model": "Q0.5",
"device_name": "直论于百",
"hw_version": "1.0.0",
"output_resolution": "720",
"has_video_signal": true,
"createtime": 1739413359
},
{
"userid": 58,
"entid": 19,
"ent_userid": 71,
"sn": "12345678889",
"event": "in",
"os": "windows",
"client_type": "slrc",
"client_id": "123456789",
"fastcode": "123456789",
"version": "15.8.1.15133",
"model": "Q0.5",
"device_name": "直论于百111",
"hw_version": "1.0.0",
"output_resolution": "720",
"has_video_signal": true,
"createtime": 1739413359
}
]
}'{}