mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1392] 外部通知 钉钉 前端枚举与后端枚举不一致 #3878
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#3878
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HuaGCS on GitHub (Oct 14, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1392
Describe the bug
外部通知 钉钉 前端枚举与后端枚举不一致
To Reproduce
前端配置:自动生成的前端配置在configMap中使用“dingtalk”作为类型键。index.ts:13
后端注册:后端使用键“dingding”(非“dingtalk”)注册通知处理器。dingding.go:18
Expected behavior
前后枚举保持一致
@0xJacky commented on GitHub (Oct 17, 2025):
感谢反馈,已修复