feat(backend): expose digital employee sync records

This commit is contained in:
baiyanyun
2026-06-05 18:40:44 +08:00
parent 17475bf0d7
commit dc14418963
9 changed files with 181 additions and 1 deletions

View File

@@ -470,10 +470,20 @@ qiming-backend/app-platform-modules/app-platform-agent/app-platform-agent-core-a
qiming-backend/app-platform-modules/app-platform-agent/app-platform-agent-core-adapter/.../DigitalEmployeeSyncRecord.java
```
后端观察接口:
```text
GET /api/digital-employee/sync/records
```
- 支持 `client_key``entity_type``entity_id``page_no``page_size` 查询参数。
- 按当前登录上下文租户隔离,默认每页 20 条,最大每页 100 条。
- 当前返回通用同步记录和原始 payload用于管理端页面或联调工具先查看同步结果后续再拆分为更丰富的 Plan / Task / Run / Event 查询模型。
下一步:
- 在有 Maven 的环境验证 qiming-backend 编译与接口启动。
- 数字员工页面继续细化同步状态交互,例如手动同步按钮和失败原因展开。
- 数字员工页面继续细化同步状态交互,例如失败原因展开。
## 管理端联动原则