From c99b0919db56cbfeaacf9b07e0fe61a4127a3e19 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 8 Oct 2021 12:05:08 +0800 Subject: [PATCH] =?UTF-8?q?JT1078=E7=BB=84=E5=8C=85=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A00x9205=E3=80=810x9206=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/JTTools/Pages/JT1078Pack.razor | 362 ++++++++++++++++++++++++++++- 1 file changed, 358 insertions(+), 4 deletions(-) diff --git a/src/JTTools/Pages/JT1078Pack.razor b/src/JTTools/Pages/JT1078Pack.razor index 57599ac..939b454 100644 --- a/src/JTTools/Pages/JT1078Pack.razor +++ b/src/JTTools/Pages/JT1078Pack.razor @@ -13,6 +13,7 @@ @using OneOf; @using System.ComponentModel.DataAnnotations; @using System.Text.Json; +@using System.ComponentModel; @@ -20,6 +21,8 @@ + + @@ -165,6 +168,246 @@ } + else if (MsgType == "0x9205") + { +
+ + + + + SIM + + + + + + + 流水号 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ } + else if (MsgType == "0x9206") + { +
+ + + + + SIM + + + + + + + 流水号 + + + + + + + FTP服务器地址 + + + + + + + FTP服务器端口号 + + + + + + + FTP用户名 + + + + + + + FTP密码 + + + + + + + 文件上传路径 + + + + + + + 逻辑通道号 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ } +