开放Api-博客专辑-详情

Api描述:获取博客专辑详细信息

URL: /manager/api/apps/openapi/blog-collection/info

格式:json

方式:get

数据请求部分

1.Request Header 参数:

参数名称 是否必须 类型 描述
open-access-token 必须 String 在开放api插件中,创建权限后即可获取该token

2.Request JSON Data(Body):

参数名称 是否必须 类型 描述
id 必填 String 博客专辑-id

譬如,url中加入参数:

?id=13


数据返回部分

1.Response JSON Data(Body):

格式:json

格式:json

参数名称 是否必须 类型 描述
code 必须 Number 200 代表成功
message 必须 String 执行结果的文字描述信息
data 必须 Array api获取的数据保存到data中
data > id 必须 int shipping id
data > handle 必须 string 专辑url路径
data > title 必须 string 专辑标题
data > body_html 必须 string 专辑描述
data > meta_title 必须 string seo meta title
data > meta_keywords 必须 string seo meta keywords
data > meta_description 必须 string seo meta description
data > created_at 必须 string 创建时间
data > updated_at 必须 string 更新时间

Response JSON Data(示例数据):

{
    "code": 200,
    "data": {
        "id": 13,
        "shop_id": 15,
        "handle": "2342342334433",
        "title": "2342342334433",
        "body_html": "<p>2342343423423432</p>",
        "meta_title": "2342342334433",
        "meta_keywords": "",
        "meta_description": "2342343423423432",
        "updated_at": "2022-11-10 06:31:36",
        "created_at": "2022-08-13 15:41:39",
    },
    "message": "success"
}
Copyright © fecify.com 2022 all right reserved,powered by Gitbook该文件修订时间: 2023-02-08 17:15:58

results matching ""

    No results matching ""