Files
assist/config/integrations_config copy.json
赵杰 Jie Zhao (雄狮汽车科技) 79cf316c63 修复AI建议逻辑和字段映射问题
- 修复AI建议基于问题描述而不是处理过程生成
- 修复工单详情页面显示逻辑
- 修复飞书时间字段处理(毫秒时间戳转换)
- 优化字段映射和转换逻辑
- 添加飞书集成功能
- 改进对话历史合并功能
- 优化系统优化反馈机制
2025-09-19 17:29:33 +01:00

16 lines
377 B
JSON

{
"feishu": {
"app_id": "tblnl3vJPpgMTSiP",
"app_secret": "ccxkE7ZCFQZcwkkM1rLy0ccZRXYsT2xK",
"app_token": "XXnEbiCmEaMblSs6FDJcFCqsnlg",
"table_id": "tblnl3vJPpgMTSiP",
"last_updated": null,
"status": "inactive"
},
"system": {
"sync_limit": 10,
"ai_suggestions_enabled": true,
"auto_sync_interval": 0,
"last_sync_time": null
}
}