feat: system debug.

This commit is contained in:
2026-04-29 09:02:35 +08:00
parent 77e7a612fc
commit 84217c929e
5 changed files with 383 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ func main() {
if err := mqtt.Start(config.DB, config.App.MQTT); err != nil {
log.Printf("mqtt listener start failed: %v", err)
}
mqtt.InitDebugService(config.DB, config.App.MQTT)
controllers.StartLessonPlanCleanupJob(config.DB)
// 启动服务