{
"key": "14419999999",
"command": 33538,
"data": {
"flag": 255,
"questionContentLen": 3,
"questionContent": "123",
"answerList": [
{
"answerID": 1,
"answerContentLen": 2,
"answerContent": "AA"
},
{
"answerID": 2,
"answerContentLen": 1,
"answerContent": "B"
}
]
}
}
curl --location --request POST 'http://127.0.0.1:18000/api/v1/jt808/8302' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "14419999999",
"command": 33538,
"data": {
"flag": 255,
"questionContentLen": 3,
"questionContent": "123",
"answerList": [
{
"answerID": 1,
"answerContentLen": 2,
"answerContent": "AA"
},
{
"answerID": 2,
"answerContentLen": 1,
"answerContent": "B"
}
]
}
}'
{
"code": 200,
"msg": "success",
"data": {
"errDescribe": "",
"command": 33538,
"replyCommand": 1,
"details": {
"serialNumber": 19,
"id": 33538,
"result": 0
},
"terminalMessage": "7e00010005001256256927084f0013830200fe7e",
"platformMessage": "7e8302000e0012562569270013ff033132330100024141020001423d7e",
"remark": "平台-提问下发 -> 终端-通用应答"
}
}