From df794921a35a231eba9ee61eafb68d5c1cbc7043 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期四, 13 六月 2024 18:35:57 +0800 Subject: [PATCH] 完善A2梯控的电梯运行状态显示 --- client/system.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/client/system.go b/client/system.go index 80e8858..b2e540b 100644 --- a/client/system.go +++ b/client/system.go @@ -3,11 +3,11 @@ import ( "encoding/json" "fmt" - "gat1400Exchange/util" "io/ioutil" "gat1400Exchange/config" "gat1400Exchange/pkg/logger" + "gat1400Exchange/util" "gat1400Exchange/vo" dac "github.com/xinsnake/go-http-digest-auth-client" -- Gitblit v1.8.0