1
0
forked from erp-dev/erp

feat: message-api for mission via wecomm agent

This commit is contained in:
2026-05-14 09:30:38 +08:00
parent 9359013b4c
commit f409f2e6ee
38 changed files with 2085 additions and 49 deletions

View File

@@ -71,6 +71,14 @@ TENCENTCLOUD_TIIA_QPS=10
############################
# 为空时发送会报错WeCom webhook key 未配置
WECOM_WEBHOOK_KEY=
MESSAGE_API_AUTHORIZATION=hophopkk
# 按你的部署环境填写 message_api 服务地址。
# 如果当前 Django 运行在 Docker 容器内,不要直接写 localhost
# 应填写可从容器内访问到的服务地址,例如 http://message-api:8198
MESSAGE_API_BASE_URL=
# message_api 图文消息封面图兜底地址。
# 当任务描述里没有“款式图:...”,且 Notifier.config.image_url 也为空时使用。
MESSAGE_API_DEFAULT_NEWS_IMAGE_URL=https://via.placeholder.com/640x360.png?text=No+Image
SPEAK_ENDPOINT=http://8.148.215.233:9004/speak
# PrintingJob 状态推进通知的“跟进地址”模板;为空则消息里省略“跟进地址”字段