diff --git a/src/JT809.Protocol.Test/AnalyzeTest.cs b/src/JT809.Protocol.Test/AnalyzeTest.cs index cad3a73..04542d2 100644 --- a/src/JT809.Protocol.Test/AnalyzeTest.cs +++ b/src/JT809.Protocol.Test/AnalyzeTest.cs @@ -164,10 +164,10 @@ namespace JT809.Protocol.Test hex = "00630000000B00"; json = JT809_2019_Serializer.Analyze(hex.ToHexBytes()); - hex = "0700000006313233343536"; + hex = "0000001B557AC40014002003251026012003251026010000123400123456A9"; json = JT809Serializer.Analyze(hex.ToHexBytes()); - hex = "000C000000010700000006313233343536"; + hex = "000C00000001070000001B557AC40014002003251026012003251026010000123400123456A9"; json = JT809_2019_Serializer.Analyze(hex.ToHexBytes()); hex = "01";