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); } ///