feat: 新增企业微信应用消息发送渠道
custom-deploy-your-server / build-deploy (push) Has been cancelled
deploy-demo-site / build-deploy (push) Has been cancelled
Deploy Docs to GitHub Pages / build (push) Has been cancelled
Deploy Docs to GitHub Pages / Deploy (push) Has been cancelled

- 添加 WeChatCorpAccount 消息类型常量
- 新增企业微信应用配置结构体和渠道验证逻辑
- 实现企业微信应用消息发送服务,支持 text、markdown 和 textcard 格式
- 添加前端配置界面,支持动态接收者设置
- 集成代理支持(HTTP/HTTPS/SOCKS5)
This commit is contained in:
2026-02-10 18:52:59 +08:00
parent 6ee6910ab7
commit 9538ab481b
11 changed files with 482 additions and 35 deletions
+4
View File
@@ -33,6 +33,10 @@ type InsDtalkConfig struct {
type InsQyWeiXinConfig struct {
}
type InsWeChatCorpAccountConfig struct {
ToAccount string `json:"to_account" validate:"required,max=200" label:"接收者UserId"`
}
// InsFeishuConfig 实例里面的飞书config
type InsFeishuConfig struct {
}