{
"key": "14419999999",
"command": 37378,
"data": {
"channelNo": 1,
"playControl": 1,
"playSpeed": 1,
"dateTime": "2024-10-01 00:01:02"
}
}
curl --location --request POST 'http://127.0.0.1:18000/api/v1/jt808/9202' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "14419999999",
"command": 37378,
"data": {
"channelNo": 1,
"playControl": 1,
"playSpeed": 1,
"dateTime": "2024-10-01 00:01:02"
}
}'
{
"code": 200,
"msg": "success",
"data": {
"errDescribe": "",
"command": 37378,
"replyCommand": 1,
"details": {
"serialNumber": 36,
"id": 37378,
"result": 0
},
"terminalMessage": "7e00014005010000000001441999999900240024920200107e",
"platformMessage": "7e9202400901000000000144199999990024010000000000000000387e",
"remark": "平台-下发远程录像回放控制 -> 终端-通用应答"
}
}