feat: 接入真实平台登录态

- login/session: 对接后端登录、鉴权恢复和首次改密
- api/store: 恢复 BPMN XML 真实接口并携带 Bearer token
- layout/settings: 展示真实角色、审计 JSON 和通知平台配置文档
This commit is contained in:
湛兮
2026-06-12 00:38:31 +08:00
parent a37f641c6c
commit 366f1d667e
13 changed files with 467 additions and 46 deletions
+4 -1
View File
@@ -45,7 +45,10 @@ NOTIFICATION_WEBHOOK_URL=https://notification.example.internal/webhook/replace-w
## 企业微信配置
官方参考:`https://developer.work.weixin.qq.com/document/path/91770`
参考文档:
- 企业微信开发者文档:`https://developer.work.weixin.qq.com/document/path/91770`
- 腾讯云消息中心企业微信机器人接收消息:`https://cloud.tencent.com/document/product/1263/71731`
1. 在企业微信群中添加群机器人。
2. 复制机器人 webhook,保存到服务端环境变量 `WECOM_WEBHOOK_URL`