fix: reminder platform 改用 AdapterName(唯一标识符),不再硬编码 obv11

- ProcessParams/SynthesizeParams 新增 AdapterName
- main.go 传递 req.Source.AdapterName
- reminder_create 自动注入使用 adapter 名而非平台类型

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-06-23 21:27:02 +08:00
parent c75ddc13ea
commit 7e0268a884
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -1086,6 +1086,7 @@ func handleChat(
ChannelType: req.Source.ChannelType,
ChannelID: req.Source.ChannelID,
BotUID: req.Source.BotUID,
AdapterName: req.Source.AdapterName,
})
if err != nil {
fallback := getFallbackMessage()