From 257c82b8432e111751e15f6b8955d2ddf8d9838d Mon Sep 17 00:00:00 2001 From: waterliu99 <qqcc2012game@163.com> Date: Wed, 11 Dec 2019 12:56:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D8103=E5=8F=82=E6=95=B0id?= =?UTF-8?q?=E7=9A=84=E7=B1=BB=E5=9E=8B=E5=AF=B9=E5=BA=94=E4=B8=8D=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/JT808.Protocol/Internal/JT808_0x8103_Factory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JT808.Protocol/Internal/JT808_0x8103_Factory.cs b/src/JT808.Protocol/Internal/JT808_0x8103_Factory.cs index 7c2723a..4b3f54a 100644 --- a/src/JT808.Protocol/Internal/JT808_0x8103_Factory.cs +++ b/src/JT808.Protocol/Internal/JT808_0x8103_Factory.cs @@ -107,7 +107,7 @@ namespace JT808.Protocol.Interfaces uint paramId = 0; try { - paramId = (ushort)type.GetProperty(nameof(JT808_0x8103_BodyBase.ParamId)).GetValue(instance); + paramId = (uint)type.GetProperty(nameof(JT808_0x8103_BodyBase.ParamId)).GetValue(instance); } catch (Exception ex) {