From 079f7037f785019bf8030915d2e927b28a8fc325 Mon Sep 17 00:00:00 2001 From: lxw Date: Sun, 29 Sep 2024 10:58:29 +0800 Subject: [PATCH] =?UTF-8?q?tbox=20=E6=97=A5=E5=BF=97=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/Execute/Api/TboxApi.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Service/Execute/Api/TboxApi.cs b/Service/Execute/Api/TboxApi.cs index 73cd018..5199aa9 100644 --- a/Service/Execute/Api/TboxApi.cs +++ b/Service/Execute/Api/TboxApi.cs @@ -149,7 +149,7 @@ public class TBoxApi carNo ,(int)SwapConstant.CommunicationType.Send); string s = await _httpClient.GetStringAsync(url); - StationSoftMgr.PutDeviceLog((int)StationConstant.DeviceCode.Tbox,SwapConstant.TboxProtocol.Lock, + StationSoftMgr.PutDeviceLog((int)StationConstant.DeviceCode.Tbox,SwapConstant.TboxProtocol.UnLock, s ,(int)SwapConstant.CommunicationType.Receive);