From 6e2c0f57080e704adb1c69c975c0ca74ab11923e Mon Sep 17 00:00:00 2001 From: yedajiang44 <602830483@qq.com> Date: Fri, 24 Sep 2021 17:11:05 +0800 Subject: [PATCH] review --- src/JT809.Protocol.Test/AnalyzeTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";