简要描述:

  • 话术库侧边栏-获取导航栏分类对应列表

请求域名:

  • http://xx.com

请求URL:

plugin.speechcraft-library.frontend.controller.member.Material.getContent

参数:

参数名 是否必须 类型 说明
cate_type int 导航栏类型 goods 商品 article 文章 communities 微社区 video 短视频 message-base
cate_id int 分类id
per_page int 分页大小
keyword string 搜索关键词

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": 2,
                "title": "A餐早(次日)",
                "thumb": "http://119.91.205.224/static/upload/images/attachment/15/2022/09/A餐早.png",
                "price": "16.50",
                "stock": 0,
                "plugin_id": 0,
                "status_name": null
            }
        ],
        "first_page_url": "http://119.91.205.224//addons/yun_shop/api.php?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "http://119.91.205.224//addons/yun_shop/api.php?page=1",
        "next_page_url": null,
        "path": "http://119.91.205.224//addons/yun_shop/api.php",
        "per_page": "10",
        "prev_page_url": null,
        "to": 1,
        "total": 1
    }
}

错误时返回:


返回参数说明(当cate_type为goods时):

参数名 类型 说明
id int id
title string 商品标题
thumb string 商品封面
price float 商品价格
stock int 库存

返回参数说明(当cate_type为article时):

参数名 类型 说明
id int id
title string 文章标题
thumb string 文章封面
author string 文章作者

返回参数说明(当cate_type为communities时):

参数名 类型 说明
id int id
uname string 贴子作者
title string 帖子标题
thumb string 帖子封面
head string 会员头像

返回参数说明(当cate_type为video时):

参数名 类型 说明
id int id
title int 视频标题
cover int 封面
author string 作者昵称
head string 会员头像

返回参数说明(当cate_type为message_base时):

参数名 类型 说明
id int id
article_name string 文章名称
creater_name string 作者
base_name string 知识库名称
created_at int 创建时间