日志修改

This commit is contained in:
磷叶 2024-11-29 14:54:43 +08:00
parent 5451edc0f1
commit 54351d164a

View File

@ -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");