{
"key": "14419999999",
"command": 37122,
"data": {
"channelNo": 1,
"controlCmd": 1,
"closeAudioVideoData": 2,
"streamType": 1
}
}
curl --location --request POST 'http://127.0.0.1:18000/api/v1/jt808/9102' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "14419999999",
"command": 37122,
"data": {
"channelNo": 1,
"controlCmd": 1,
"closeAudioVideoData": 2,
"streamType": 1
}
}'
{
"code": 200,
"msg": "success",
"data": {
"errDescribe": "",
"command": 37122,
"replyCommand": 1,
"details": {
"serialNumber": 22,
"id": 37122,
"result": 0
},
"terminalMessage": "7e00014005010000000001441999999900170016910200127e",
"platformMessage": "7e910240040100000000014419999999001601010201067e",
"remark": "平台-音视频实时传输控制 -> 终端-通用应答"
}
}