tbox 日志记录

master
lxw 2 months ago
parent 1303d80dfa
commit 079f7037f7

@ -149,7 +149,7 @@ public class TBoxApi
carNo ,(int)SwapConstant.CommunicationType.Send); carNo ,(int)SwapConstant.CommunicationType.Send);
string s = await _httpClient.GetStringAsync(url); 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); s ,(int)SwapConstant.CommunicationType.Receive);

Loading…
Cancel
Save