{
"key": "14419999999",
"command": 37382,
"data": {
"ftpAddrLen": 9,
"ftpAddr": "127.0.0.1",
"port": 10001,
"usernameLen": 8,
"username": "username",
"passwordLen": 8,
"password": "password",
"fileUploadPathLen": 11,
"fileUploadPath": "/alarm_file",
"channelNo": 1,
"startTime": "2020-07-26 00:00:00",
"endTime": "2020-07-26 23:23:59",
"alarmFlag": 0,
"mediaType": 0,
"streamType": 1,
"memoryPosition": 1,
"taskExecuteCondition": 1
}
}
curl --location --request POST 'http://127.0.0.1:18000/api/v1/jt808/9206' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "14419999999",
"command": 37382,
"data": {
"ftpAddrLen": 9,
"ftpAddr": "127.0.0.1",
"port": 10001,
"usernameLen": 8,
"username": "username",
"passwordLen": 8,
"password": "password",
"fileUploadPathLen": 11,
"fileUploadPath": "/alarm_file",
"channelNo": 1,
"startTime": "2020-07-26 00:00:00",
"endTime": "2020-07-26 23:23:59",
"alarmFlag": 0,
"mediaType": 0,
"streamType": 1,
"memoryPosition": 1,
"taskExecuteCondition": 1
}
}'
{
"code": 200,
"msg": "success",
"data": {
"errDescribe": "",
"command": 37382,
"replyCommand": 4614,
"details": {
"respondSerialNumber": 0,
"result": 0
},
"terminalMessage": "7e000140050100000000014419999999002f002e920600157e",
"platformMessage": "7e920640430100000000014419999999002e093132372e302e302e31271108757365726e616d650870617373776f72640b2f616c61726d5f66696c6501200726000000200726232359000000000000000000010101377e",
"remark": "平台-文件上传指令 -> 终端-文件上传完成通知"
}
}