From 966b4a3acf735f6a982341d016ee4e6d1caf5dcf Mon Sep 17 00:00:00 2001 From: CZ Date: Fri, 19 Jul 2024 16:38:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=85=E7=94=B5=E6=9C=BA=E9=89=B4=E6=9D=83?= =?UTF-8?q?=E5=90=8C=E6=97=B6=E5=8F=91=E5=B0=96=E5=B3=B0=E5=B9=B3=E8=B0=B7?= =?UTF-8?q?-=E7=94=B5=E4=BB=B7=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/Charger/Client/ChargerClient.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Service/Charger/Client/ChargerClient.cs b/Service/Charger/Client/ChargerClient.cs index b8cc721..9b69cac 100644 --- a/Service/Charger/Client/ChargerClient.cs +++ b/Service/Charger/Client/ChargerClient.cs @@ -274,7 +274,7 @@ public class ChargerClient : TcpClient /// - /// 发送鉴权 + /// 发送鉴权----并且发送电价配置 /// public Result SendAuth() { @@ -290,6 +290,10 @@ public class ChargerClient : TcpClient BitUtls.BytesToHexStr(auth.ToBytes()); this.Channel.WriteAndFlushAsync(auth); return Result.Success(); + + + SetPeakValleyTime SetPeakValleyTime = new SetPeakValleyTime(); + SendSetPeakValleyTime(SetPeakValleyTime); } ///