chore: auto release commit (2026-07-03 12:09:55)
All checks were successful
技能自动化发布 / release (push) Successful in 5s
All checks were successful
技能自动化发布 / release (push) Successful in 5s
This commit is contained in:
@@ -190,6 +190,21 @@ CREATE TABLE IF NOT EXISTS task_logs (
|
||||
| 工资代发 | disburse | 付款账户 | 批次 ID |
|
||||
| 对账 | reconcile | 银行/平台 | 对账批次 ID |
|
||||
| 发票验真 | verify | 税务地区 | 发票批次 ID |
|
||||
| **Amazon 结算报表下载** | **download_settlement** | **seller_code 或 default** | **`{date_from}_{date_to}`** |
|
||||
|
||||
### download_settlement 的 result_summary 字段(JSON)
|
||||
|
||||
| 字段 | 说明 |
|
||||
|------|------|
|
||||
| `ok` | 是否成功 |
|
||||
| `job_id` | 仿真/报表任务 ID |
|
||||
| `file_path` | 本地 xlsx 绝对路径 |
|
||||
| `filename` | 文件名 |
|
||||
| `date_from` / `date_to` | 请求日期范围 |
|
||||
| `seller_code` | 店铺代码(可选) |
|
||||
| `adapter` | `mock` / `simulator_rpa` |
|
||||
| `artifacts` | 截图路径等 |
|
||||
| `video` / `video_path` | 可选录屏信息 |
|
||||
|
||||
业务特有字段优先放入 `result_summary`(JSON 字符串),避免随意加列;若确需新列,必须同步元数据并保持合理物理顺序。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user