41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
|
|
{
|
||
|
|
"code": 1,
|
||
|
|
"msg": "搜索完成",
|
||
|
|
"data": [
|
||
|
|
{
|
||
|
|
"task_id": 12,
|
||
|
|
"source_url": "https://example.com/wiki_5492",
|
||
|
|
"title": "测试页面标题 - 切片1",
|
||
|
|
"content": "这是模拟抓取到的第一段网页内容...",
|
||
|
|
"chunk_index": 0
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"task_id": 12,
|
||
|
|
"source_url": "https://example.com/wiki_5492",
|
||
|
|
"title": "测试页面标题 - 切片2",
|
||
|
|
"content": "这是模拟抓取到的第二段网页内容...",
|
||
|
|
"chunk_index": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"task_id": 13,
|
||
|
|
"source_url": "https://example.com/wiki_6541/page1",
|
||
|
|
"title": "测试页面标题 - 切片1",
|
||
|
|
"content": "这是模拟抓取到的第一段网页内容...",
|
||
|
|
"chunk_index": 0
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"task_id": 13,
|
||
|
|
"source_url": "https://example.com/wiki_6541/page1",
|
||
|
|
"title": "测试页面标题 - 切片2",
|
||
|
|
"content": "这是模拟抓取到的第二段网页内容...",
|
||
|
|
"chunk_index": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"task_id": 14,
|
||
|
|
"source_url": "https://example.com/wiki_9324/page1",
|
||
|
|
"title": "测试页面标题 - 切片1",
|
||
|
|
"content": "这是模拟抓取到的第一段网页内容...",
|
||
|
|
"chunk_index": 0
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|