日志修改
This commit is contained in:
parent
5451edc0f1
commit
54351d164a
|
@ -61,7 +61,7 @@ public class ReceiveController {
|
|||
iotReceiveService.handleReceive(JSON.parseObject(JSON.toJSONString(msg), ReceiveMsg.class));
|
||||
}
|
||||
}else {
|
||||
log.error("receive方法验证签名错误: signature error");
|
||||
log.error("receive方法验证签名错误:" + body);
|
||||
}
|
||||
}else {
|
||||
log.error("receive方法参数为空: body empty error");
|
||||
|
|
Loading…
Reference in New Issue
Block a user