mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-10 13:00:02 +08:00
update 打印日志
This commit is contained in:
@@ -38,7 +38,7 @@ public class BillingTemplateRequestHandler extends AbstractHandler{
|
||||
|
||||
@Override
|
||||
public byte[] supplyProcess(YKCDataProtocol ykcDataProtocol, Channel channel) {
|
||||
// log.info("[===执行计费模板请求逻辑===] param:{}, channel:{}", JSONObject.toJSONString(ykcDataProtocol), channel.toString());
|
||||
// log.info("[===执行计费模板请求逻辑===] param:{}, channel:{}", JSON.toJSONString(ykcDataProtocol), channel.toString());
|
||||
// 获取消息体(此请求消息体只有桩编码)
|
||||
byte[] pileSnByte = ykcDataProtocol.getMsgBody();
|
||||
String pileSn = BytesUtil.binary(pileSnByte, 16);
|
||||
|
||||
Reference in New Issue
Block a user