打印设备考勤信息

This commit is contained in:
aikai 2024-08-21 10:59:42 +08:00
parent 8032c41e6e
commit 58b61cd336

View File

@ -36,6 +36,7 @@ public class AttendanceEquipmentController {
JSONObject content = new JSONObject();
content.set("voice_code", -2);
result.set("Content", content);
log.info("verifyUser: {}", object);
try {
String sn = object.getStr("sn");
String userId = object.getStr("user_id");
@ -54,4 +55,4 @@ public class AttendanceEquipmentController {
return result;
}
}
}
}