langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
51.45k stars 7.43k forks source link

企业微信工具有BUG,自动多了一个$造成UUID不合法 #5377

Closed oiuv closed 4 months ago

oiuv commented 4 months ago

Self Checks

Dify version

0.6.11

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

image

无法用企业微信webhook,示例如上图。

✔️ Expected Behavior

正常情况应该是通过webhook发消息到企业微信

❌ Actual Behavior

报以下问题:

{"wecom_group_bot": "Invalid parameter hook_key $24****d4, not a valid UUID"}

实际UUID是24********************************d4,这里显示多了一个$造成UUID错误。

crazywoola commented 4 months ago

Close due to #1542