Protocol Analysis
POST
http://120.79.49.45:9992/protocol/hexRequest
Body Params application/json
hexString
string
required
protocolName
string
required
Example
{
"hexString": "7e92080051141059529576356e0c342e3139342e35362e31303913a4000000000000000000240219122625000500313730383333313139323034303234343235353539313534303735333734373700000000000000000000000000000000fe7",
"protocolName": "JT1078"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
array of:
[07]Start Identification
integer
optional
[E920]Message ID
integer
optional
[Message body properties]
object
optional
[00000000000000001000000000000101]Message body properties Value
integer
required
[bit13]Whether to split the package
boolean
required
[bit10~bit12]Data encryption method
integer
required
[bit0~bit9]Message body length
integer
required
[114105952957]Terminal phone number
string
optional
[6356]Message serial number
integer
optional
[E0]Check code
integer
optional
[C3]Stop Identification
integer
optional
Example
[
{
"[07]Start Identification": 7,
"[E920]Message ID": 59680,
"[Message body properties]": {
"[00000000000000001000000000000101]Message body properties Value": 32773,
"[bit13]Whether to split the package": false,
"[bit10~bit12]Data encryption method": 0,
"[bit0~bit9]Message body length": 5
},
"[114105952957]Terminal phone number": "114105952957",
"[6356]Message serial number": 25430,
"[E0]Check code": 224,
"[C3]Stop Identification": 195
}
]
Last modified: 9 个月前