Blog Collection Info API 文档

博客专辑-详情

接口信息

  • 接口地址: {your-site-url}/api/skill/blog-collection/info
  • 基础 URL: {your-site-url} 需替换为你自己的独立站 URL 地址,如 https://your-domain.com/apimanager666
  • 请求方式: POST
  • Content-Type: application/json
  • 说明: 此接口为查询接口,用于获取指定博客专辑的详细信息

认证

请求头中需要携带 skill-access-token

Header
skill-access-token {your-skill-access-token} (请替换为你自己的 token)

请求参数 (Query String)

字段 类型 必填 说明
id int ✅ 必填 专辑 ID

请求示例

cURL

curl --location --request POST '{your-site-url}/api/skill/blog-collection/info?id=9' \
--header 'skill-access-token: {your-skill-access-token}' \
--data-raw ''

返回结果

code200 表示调用成功;code 不为 200 表示调用失败。

成功响应

{
    "code": 200,
    "data": {
        "id": 9,
        "shop_id": 15,
        "handle": "News12",
        "title": "News12",
        "body_html": "",
        "meta_title": "News12",
        "meta_is_edit": 1,
        "translate_type": 3,
        "meta_keywords": "",
        "meta_description": "",
        "updated_at": "2022-09-08 15:14:29",
        "created_at": "2022-07-04 21:53:53",
        "remote_id": "87802249456",
        "template_type": ""
    },
    "message": "success"
}

返回字段说明

字段 类型 说明
code Number 状态码,200 表示成功
message String 执行结果的文字描述
data.id int 专辑 ID
data.shop_id int 店铺 ID
data.handle string 专辑 URL handle
data.title string 专辑标题
data.body_html string 专辑描述(HTML)
data.meta_title string SEO 标题
data.meta_keywords string SEO 关键字
data.meta_description string SEO 描述
data.meta_is_edit int SEO 是否独立编辑。1 非独立编辑,2 独立编辑
data.translate_type int 翻译方式。1 强制翻译,2 只翻译多语言为空的部分,3 不翻译
data.template_type string Mirox 模板布局样式(如 blog_collectionblog_collection.listblog_collection.grid
data.remote_id string 远程 ID,一般用于数据同步
data.created_at string 创建时间
data.updated_at string 更新时间
Copyright © fecify.com 2025 all right reserved,powered by Gitbook该文件修订时间: 2026-05-11 21:31:07

results matching ""

    No results matching ""