mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-05 02:19:56 +08:00
日志再降级
This commit is contained in:
@@ -42,7 +42,7 @@ public class YunKuaiChongV150LoginAckDLCmd extends YunKuaiChongDownlinkCmdExe {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void execute(TcpSession tcpSession, YunKuaiChongDwonlinkMessage yunKuaiChongDwonlinkMessage, ProtocolContext ctx) {
|
public void execute(TcpSession tcpSession, YunKuaiChongDwonlinkMessage yunKuaiChongDwonlinkMessage, ProtocolContext ctx) {
|
||||||
log.info("{} 云快充1.5.0登录认证应答", tcpSession);
|
log.debug("{} 云快充1.5.0登录认证应答", tcpSession);
|
||||||
|
|
||||||
if (!yunKuaiChongDwonlinkMessage.getMsg().hasLoginResponse()) {
|
if (!yunKuaiChongDwonlinkMessage.getMsg().hasLoginResponse()) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ public class YunKuaiChongV150LoginULCmd extends YunKuaiChongUplinkCmdExe {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void execute(TcpSession tcpSession, YunKuaiChongUplinkMessage yunKuaiChongUplinkMessage, ProtocolContext ctx) {
|
public void execute(TcpSession tcpSession, YunKuaiChongUplinkMessage yunKuaiChongUplinkMessage, ProtocolContext ctx) {
|
||||||
log.info("{} 云快充1.5.0登录认证请求", tcpSession);
|
log.debug("{} 云快充1.5.0登录认证请求", tcpSession);
|
||||||
ByteBuf byteBuf = Unpooled.copiedBuffer(yunKuaiChongUplinkMessage.getMsgBody());
|
ByteBuf byteBuf = Unpooled.copiedBuffer(yunKuaiChongUplinkMessage.getMsgBody());
|
||||||
|
|
||||||
ObjectNode additionalInfo = JacksonUtil.newObjectNode();
|
ObjectNode additionalInfo = JacksonUtil.newObjectNode();
|
||||||
|
|||||||
Reference in New Issue
Block a user