This commit is contained in:
van
2026-04-10 00:39:44 +08:00
parent 0205fe2c09
commit ce3af838bd
4 changed files with 182 additions and 0 deletions

View File

@@ -214,6 +214,10 @@ jarvis:
wxsend-base-url: http://127.0.0.1:36699
# 须与 wxSend jarvis.wecom.push-secret 一致Header X-WxSend-WeCom-Push-Secret
push-secret: jarvis_wecom_push_change_me
# 闲鱼订单事件 → wxSend POST /wecom/goofish-active-push须与 wxSend goofish-push-secret 一致)
goofish-push-secret: jarvis_wecom_goofish_push_change_me
# 接收企微通知的成员 UserID多个逗号或 |;留空则不推送
goofish-notify-touser: "LinPinFan"
# 多轮会话:与 JDUtil interaction_state 类似TTL 与空闲超时(分钟)
session-ttl-minutes: 30
session-idle-timeout-minutes: 30

View File

@@ -210,6 +210,8 @@ jarvis:
inbound-secret: jarvis_wecom_bridge_change_me
wxsend-base-url: http://127.0.0.1:36699
push-secret: jarvis_wecom_push_change_me
goofish-push-secret: jarvis_wecom_goofish_push_change_me
goofish-notify-touser: "LinPinFan"
session-ttl-minutes: 30
session-idle-timeout-minutes: 30
session-sweep-ms: 60000