@@ -8,9 +8,9 @@ | |||||
<ItemGroup> | <ItemGroup> | ||||
<PackageReference Include="JT1078" Version="1.0.2" /> | <PackageReference Include="JT1078" Version="1.0.2" /> | ||||
<PackageReference Include="JT808" Version="2.2.9" /> | |||||
<PackageReference Include="JT808.Protocol.Extensions.JT1078" Version="2.2.7" /> | |||||
<PackageReference Include="JT808.Protocol.Extensions.JTActiveSafety" Version="1.0.2" /> | |||||
<PackageReference Include="JT808" Version="2.2.10" /> | |||||
<PackageReference Include="JT808.Protocol.Extensions.JT1078" Version="2.2.8" /> | |||||
<PackageReference Include="JT808.Protocol.Extensions.JTActiveSafety" Version="1.0.3" /> | |||||
<PackageReference Include="JT809" Version="2.1.3" /> | <PackageReference Include="JT809" Version="2.1.3" /> | ||||
<PackageReference Include="JT809.Protocol.Extensions.JT1078" Version="2.1.3" /> | <PackageReference Include="JT809.Protocol.Extensions.JT1078" Version="2.1.3" /> | ||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.3" /> | <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.3" /> | ||||
@@ -33,9 +33,11 @@ | |||||
{ | { | ||||
case "up": | case "up": | ||||
HexData = UpHexData; | HexData = UpHexData; | ||||
Json = ""; | |||||
break; | break; | ||||
case "down": | case "down": | ||||
HexData = DownHexData; | HexData = DownHexData; | ||||
Json = ""; | |||||
break; | break; | ||||
} | } | ||||
} | } | ||||
@@ -53,11 +55,9 @@ | |||||
switch (wayType) | switch (wayType) | ||||
{ | { | ||||
case "up": | case "up": | ||||
#warning UpAnalyze bug | |||||
Json = Serializer.UpAnalyze(data, options: JTJsonWriterOptions.Instance); | Json = Serializer.UpAnalyze(data, options: JTJsonWriterOptions.Instance); | ||||
break; | break; | ||||
case "down": | case "down": | ||||
#warning DownAnalyze bug | |||||
Json = Serializer.DownAnalyze(data, options: JTJsonWriterOptions.Instance); | Json = Serializer.DownAnalyze(data, options: JTJsonWriterOptions.Instance); | ||||
break; | break; | ||||
} | } | ||||
@@ -32,8 +32,9 @@ | |||||
<a href="" class="reload">Reload</a> | <a href="" class="reload">Reload</a> | ||||
<a class="dismiss">🗙</a> | <a class="dismiss">🗙</a> | ||||
</div> | </div> | ||||
<div>Copyright © 2015-2019 SmallChi. All Rights Reserved. 粤ICP备19128140号</div> | |||||
<div> | |||||
<a href="http://www.beian.miit.gov.cn" target="_blank">Copyright © 2015-2019 SmallChi. All Rights Reserved. 粤ICP备19128140号</a> | |||||
</div> | |||||
<script src="_framework/blazor.server.js"></script> | <script src="_framework/blazor.server.js"></script> | ||||
</body> | </body> | ||||
</html> | </html> |