forked from San-Y108/agent-cfo
-
Notifications
You must be signed in to change notification settings - Fork 0
API Cheat Sheet
Aafff623 edited this page Aug 8, 2026
·
1 revision
契约真相源是代码与测试,不是本页。分歧时以后端为准:
| 方法 | 路径 | 作用 |
|---|---|---|
| POST | /api/payment-plan |
生成付款计划 |
| POST | /api/risk-check |
风控裁决(含 blocked) |
| POST | /api/execute-payment |
人工确认后执行 |
| GET | /api/audit-report/{auditReportId} |
审计报告 |
| GET | /api/caw-status/{cawRequestId} |
CAW 请求状态 |
| 方法 | 路径 | 作用 |
|---|---|---|
| POST | /api/agent/chat |
聊天代理(无资金权) |
| 方法 | 路径 |
|---|---|
| GET | /health |
| GET | /api/demo-sample |
线上示例:
curl https://agentcfo-backend.onrender.com/health
curl https://agentcfo-backend.onrender.com/api/demo-sampleP2 扩展与字段演进见仓库 docs/backend/,勿在前端擅自发明 endpoint / field。