[PR #555] [MERGED] fix(tools): 修复发送钉钉群消息时标题缺失,导致markdown消息无法接收的异常 #1437

Closed
opened 2026-02-16 10:22:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/555
Author: @LiuHao0606
Created: 3/24/2025
Status: Merged
Merged: 3/25/2025
Merged by: @crazywoola

Base: mainHead: fix-dingtalk_markdown_message


📝 Commits (2)

  • c7c8e29 fix(tools): 修复发送钉钉群消息时标题缺失,导致markdown消息无法接收的异常
  • ce376ab Update manifest.yaml

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 tools/dingtalk/manifest.yaml (+1 -1)
📝 tools/dingtalk/tools/dingtalk_group_bot.py (+2 -2)

📄 Description

  • 在发送 markdown 类型消息时,添加了消息标题 "DingTalk message from dify"
  • 在发送 text 类型消息时,同样添加了消息标题 "DingTalk message from dify"
  • 这些修改确保了钉钉群消息具有合适的标题,提高了消息的可读性和规范性,值得注意的是,钉钉群组消息中标题是不可见的,只用来标注消息来源

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/555 **Author:** [@LiuHao0606](https://github.com/LiuHao0606) **Created:** 3/24/2025 **Status:** ✅ Merged **Merged:** 3/25/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix-dingtalk_markdown_message` --- ### 📝 Commits (2) - [`c7c8e29`](https://github.com/langgenius/dify-official-plugins/commit/c7c8e29a380d1f49abb16d5bbad3dc654173539a) fix(tools): 修复发送钉钉群消息时标题缺失,导致markdown消息无法接收的异常 - [`ce376ab`](https://github.com/langgenius/dify-official-plugins/commit/ce376ab5baf33d83e4485fdcdbe5fb46e352ac31) Update manifest.yaml ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `tools/dingtalk/manifest.yaml` (+1 -1) 📝 `tools/dingtalk/tools/dingtalk_group_bot.py` (+2 -2) </details> ### 📄 Description - 在发送 markdown 类型消息时,添加了消息标题 "DingTalk message from dify" - 在发送 text 类型消息时,同样添加了消息标题 "DingTalk message from dify" - 这些修改确保了钉钉群消息具有合适的标题,提高了消息的可读性和规范性,值得注意的是,钉钉群组消息中标题是不可见的,只用来标注消息来源 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:56 -05:00
yindo closed this issue 2026-02-16 10:22:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1437