1
0
forked from erp-dev/erp

feat: notification sending for printing order created

This commit is contained in:
2026-01-27 16:40:09 +08:00
parent 44557f3d0c
commit dffb4a3e03
8 changed files with 213 additions and 1 deletions

View File

@@ -75,6 +75,9 @@ WECOM_WEBHOOK_KEY=
# PrintingJob 状态推进通知的“跟进地址”模板;为空则消息里省略“跟进地址”字段
PRINTING_JOB_STATE_ADVANCED_FOLLOWUP_URL_TEMPLATE=https://app.yuwen.cloud/workstation/production/batch-advance?orderId={order_id}
# PrintingOrder 创建通知(企业微信):测试环境默认关闭;生产/开发默认开启
PRINTING_ORDER_CREATED_WECOM_NOTIFY_ENABLED=True
############################
# Printing 自动创建销售品(可选)
############################