{
"key": "14419999999",
"command": 33536,
"data": {
"textFlag": 255,
"text": "测试123@456#abc+结束"
}
}
curl --location --request POST 'http://127.0.0.1:18000/api/v1/jt808/8300' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "14419999999",
"command": 33536,
"data": {
"textFlag": 255,
"text": "测试123@456#abc+结束"
}
}'
{
"code": 200,
"msg": "success",
"data": {
"errDescribe": "",
"command": 33536,
"replyCommand": 1,
"details": {
"serialNumber": 3682,
"id": 33536,
"result": 0
},
"terminalMessage": "7e000100050012562569270eeb0e62830000217e",
"platformMessage": "7e830000080012562569270e62ffb2e2cad4313233497e",
"remark": "平台-文本信息下发 -> 终端-通用应答"
}
}