This commit is contained in:
jl
2025-06-30 10:14:05 +08:00
parent 722f16a77e
commit fb2aa4f239
10 changed files with 146 additions and 138 deletions

View File

@ -50,6 +50,7 @@ namespace Epost.TestToolsWeb.Controllers
data.Block = sdt.Rows[0]["Block"].ToString();
data.Type = sdt.Rows[0]["type"].ToString();
data.Way = sdt.Rows[0]["way"].ToString();
data.Info = sdt.Rows[0]["info"].ToString();
}
if (data.Command == "QUERY_SPECIAL_STATUS")//扫描枪返回
{