简要描述:

  • 供应链-知识库-通过文章id获取文章详情

请求URL:

GET/route=plugin.project-template.frontend.knowledge.searchKnowledgeBaseArticleList&goods_id=3670&title=测试

参数:

参数名 是否必须 类型 说明
goods_id int 商品id (不传就是查询所有文章)
title string 文章名称
page int
pageSize int 每页个数 不传默认15

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": 1,
                "title": "111",
                "release_time": null,
                "knowledge_base_id": 2,
                "has_one_yz_supply_knowledge_base": {
                    "id": 2,
                    "title": "测试",
                    "status": 1
                }
            }
        ],
        "first_page_url": "http://shop/addons/yun_shop/api.php?page=1",
        "from": 1,
        "last_page": 4,
        "last_page_url": "http://shop/addons/yun_shop/api.php?page=4",
        "next_page_url": "http://shop/addons/yun_shop/api.php?page=2",
        "path": "http://shop/addons/yun_shop/api.php",
        "per_page": "1",
        "prev_page_url": null,
        "to": 1,
        "total": 4
    }
}

data :

参数名 类型 说明
id int 文章id
title string 文章名称
content text 文章内容
release_time_at string 发布时间
release_name string 发布者名称
has_one_yz_supply_knowledge_base array 知识库信息

has_one_yz_supply_knowledge_base :

参数名 类型 说明
id int 知识库id
title string 知识库名称