feat(1.0): 新增脚本定时更新小程序状态

This commit is contained in:
summer 2025-11-06 20:41:46 +08:00
parent 4e236e084e
commit 00f758ecba

View File

@ -70,7 +70,7 @@ func (s *server) Start() {
"updated_at": time.Now(),
}); err != nil {
s.logger.Error("更新小程序状态失败", zap.Error(err))
return
continue
}
}
}, "监控小程序状态")