# DWBGV2N8 响应示例
## 成功响应
```json
{
"api_code": "DWBGV2N8",
"report_id": "8f4c2a19d0b7e635",
"reportId": "8f4c2a19d0b7e635",
"report_no": "RPT-DWBG7M4Q-20260804114530",
"generated_at": "2026-08-04 11:45:30",
"reportTime": "2026-08-04 11:45:30",
"reportUrl": "https://api.example.com/reports/dwbg/8f4c2a19d0b7e635",
"profile": {
"name": "张*三",
"id_card": "1101**********1234",
"mobile_no": "138****5678"
},
"source_data": {
"risk_probe": {
"result": {
"acc_exc": "0",
"acc_sleep": "8",
"result_code": "2",
"count_performance": "18",
"currently_overdue": "0",
"max_performance_amt": "4000-6000",
"currently_performance": "7",
"latest_performance_time": "2023-10"
}
},
"cave": {
"score": 617,
"reason": "success",
"contents": {
"TC_A118": 1,
"TC_A122": 12,
"TC_A123": 43,
"TC_A127": 1,
"TC_A131": 6,
"TC_A132": 16
}
},
"legal": {
"ss": {
"preservation": {
"count": {}
},
"crc": "**********",
"cases_tree": {},
"administrative": {},
"civil": {},
"count": {},
"implement": {},
"criminal": {},
"bankrupt": {}
},
"sxbzxr": [
{}
],
"xgbzxr": []
}
}
}
```
调用方打开 `reportUrl` 即可查看按“租赁分期报告(标准版)”模板渲染的 HTML 报告页。若未配置 `API_PUBLIC_BASE_URL`,`reportUrl` 返回站内相对路径,例如 `/reports/dwbg/8f4c2a19d0b7e635`。
## 子接口失败时的节点示例
聚合接口会尽量返回已成功的子接口结果;单个子接口失败时,仅该节点返回失败信息。
```json
{
"source_data": {
"risk_probe": {
"success": false,
"error": "数据源异常: 上游接口调用失败"
}
}
}
```