博客
博客属性
属性名
说明
类型
必填
{
"data": [{
"id": "",
"title": "标题",
"summary": "摘要",
"content": "内容/正文",
"cover_id": "封面id",
"author": "作者",
"seo_title": "seo标题",
"seo_description": "seo描述",
"seo_slug": "seo slug",
"status": "状态:1-隐藏,2-可见",
"visible_at": "可见时间",
"created_at": "创建时间",
"updated_at": "更新时间",
"public_url": "预览url",
"path": "路径",
"cover": {
"ID": "",
"url": "",
"thumbnail": "",
"medium": "",
"big": "",
"srcset": ""
},
"collections": [{
"id": "",
"title": "标题",
"description": "描述",
"seo_title": "seo标题",
"seo_description": "seo描述",
"seo_slug": "seo slug",
"created_at": "",
"updated_at": "",
"blogs_count": "博客数量",
"pivot": {
"blog_id": "",
"collection_id": ""
}
}]
}]
"meta": {
"current_page": "当前页码",
"from": "当前页起始条数号",
"last_page": "尾页页码",
"path": "分页基本url",
"per_page": "每页显示条数",
"to": "当前页结束条数号",
"total": "数据总数"
},
"links": {
"first": "首页url",
"last": "尾页url",
"prev": "上一页url",
"next": "下一页url"
}
}删除博客
Query Parameters
Name
Type
Description
博客列表
Query Parameters
Name
Type
Description
添加博客
Request Body
Name
Type
Description
博客详情
Query Parameters
Name
Type
Description
更新博客
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
博客批量操作
Request Body
Name
Type
Description
Last updated