datai/datai-scenes/datai-scene-salesforce/docs
Kris a383cde260 feat: 优化 autoLogin 接口支持 ORG 类型参数
主要修改:
1. DataISfLoginController.autoLogin() 方法优化
   - 添加 orgType 参数(source/target)支持指定 ORG 类型
   - 使用 selectLatestSuccessLoginHistoryByOrgType() 根据指定 ORG 类型查询登录历史
   - 优化日志输出,明确显示请求的 ORG 类型
   - 改进错误提示,显示未找到哪个 ORG 类型的登录历史

2. 更新接口文档
   - 更新版本号:v1.0 -> v1.1
   - 添加 orgType Query 参数说明
   - 更新请求示例,区分源 ORG 和目标 ORG
   - 更新错误处理,针对不同 ORG 类型提供具体错误信息
   - 更新注意事项,强调必须指定 orgType 参数
   - 更新实现细节,说明根据 orgType 查询对应登录历史
   - 扩展测试用例,覆盖不同 ORG 类型的场景

功能说明:
- 支持源 ORG 和目标 ORG 的独立自动登录
- 源 ORG 和目标 ORG 的登录历史完全隔离
- 通过 orgType 参数精确控制登录哪个 ORG
2026-01-14 15:22:07 +08:00
..
api-docs feat: 优化 autoLogin 接口支持 ORG 类型参数 2026-01-14 15:22:07 +08:00
changelog fix: 修复 setting 模块业务逻辑问题和 NullPointerException 2026-01-14 14:08:33 +08:00
decisions/adr feat: 实现Salesforce Pub/Sub API实时数据同步 2026-01-12 10:31:25 +08:00
design feat: 实现Salesforce Pub/Sub API实时数据同步 2026-01-12 10:31:25 +08:00
prompts chore: bootstrap SSOT framework with visual design support 2026-01-08 19:52:43 +08:00
reference-code/salesforce-pubsub-realtime-sync feat: 添加 Pub/Sub API 配置项并优化连接工厂 2026-01-12 17:02:32 +08:00
requirements feat: 实现Salesforce Pub/Sub API实时数据同步 2026-01-12 10:31:25 +08:00
retros chore: bootstrap SSOT framework with visual design support 2026-01-08 19:52:43 +08:00
sessions feat: 实现Salesforce Pub/Sub API实时数据同步 2026-01-12 10:31:25 +08:00
sql fix: 修复 setting 模块业务逻辑问题和 NullPointerException 2026-01-14 14:08:33 +08:00
Authentication.canvas feat: 实现Salesforce Pub/Sub API实时数据同步 2026-01-12 10:31:25 +08:00
index.md fix: 修复 setting 模块业务逻辑问题和 NullPointerException 2026-01-14 14:08:33 +08:00