获取爬虫文章
GET
/fcircle/post最后修改时间: 2 年前
获取友链朋友圈爬虫获取到的文章
请求参数
Query 参数
page
integer
可选
示例值:
1
limit
integer
可选
示例值:
10
title
string
可选
author
string
可选
order
string
可选
排序规则 可选值created/updated。默认为updated
示例值:
updated
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{
"data": {
"items": [
{
"id": "64607c3b96cde0f8a644c331",
"author": "葱苓",
"avatar": "https://gcore.jsdelivr.net/gh/ciraos/ciraos-static@main/img/2022-12-30-23-26-12.webp",
"rule": "volantis",
"title": "C语言学习之-初始C语言",
"created": "2023-05-04",
"updated": "2023-05-04"
},
{
"id": "645cde3f96cde0f8a6bb7dbb",
"author": "葱苓",
"avatar": "https://gcore.jsdelivr.net/gh/ciraos/ciraos-static@main/img/2022-12-30-23-26-12.webp",
"rule": "volantis",
"title": "给Ubuntu系统安装bashtop",
"created": "2023-03-15",
"updated": "2023-03-15"
}
],
"meta": {
"totalItems": 2,
"itemCount": 2,
"itemsPerPage": 4,
"totalPages": 1,
"currentPage": 1
}
},
"status": 0,
"message": "success",
"success": true
}
最后修改时间: 2 年前