chore(pr539): scope to dingtalk daemon fixes only
This commit is contained in:
parent
9eff7a13bb
commit
5942caa083
2 changed files with 23 additions and 502 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue