chore(pr539): scope to dingtalk daemon fixes only

This commit is contained in:
Chummy 2026-02-17 23:33:14 +08:00
parent 9eff7a13bb
commit 5942caa083
2 changed files with 23 additions and 502 deletions

View file

@ -9,7 +9,7 @@ use uuid::Uuid;
const DINGTALK_BOT_CALLBACK_TOPIC: &str = "/v1.0/im/bot/messages/get";
/// DingTalk (钉钉) channel — connects via Stream Mode WebSocket for real-time messages.
/// DingTalk channel — connects via Stream Mode WebSocket for real-time messages.
/// Replies are sent through per-message session webhook URLs.
pub struct DingTalkChannel {
client_id: String,