每日备份 2026-03-27

This commit is contained in:
OpenClaw Backup
2026-03-27 23:38:45 +08:00
parent 4f11cd7b03
commit d09281e48c
827 changed files with 6991 additions and 148648 deletions
+12
View File
@@ -0,0 +1,12 @@
# 🔧 经验教训与避坑指南
> 记录系统配置、定时任务及开发过程中的关键教训
## 定时任务 (Cron) 配置
- **Channel**: 必须使用 `openclaw-weixin` 而非 `weixin`
- **参数**: `announce` 模式推送必须带 `--to "ID@im.wechat"`
- **ID 记录**: 每日收款统计、审计报告、待办提醒、热点新闻任务 ID 已记录。
## 股票监控解析
- **实时性**: 必须查询实时数据,严禁依赖缓存。
- **数据源**: 腾讯财经接口索引需正确对应 `start_idx+3` (现价)。