简要描述:

获取卡券资源分类列表

请求域名:

  • http://xx.com

请求URL:

GET/plugin.decorate.admin.decorate-common.get-yz-supply-camilo-category

参数:

参数名 是否必须 类型 说明
page int 分页
search{ object 搜索对象
keyword string 搜索关键词
}

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "success",
    "data": {
        "current_page": 1,
        "data": [
            {
                "category_id": 691,
                "name": "卡券子分类1",
                "thumb": "https://supply-chain-yunzmall.oss-cn-beijing.aliyuncs.com/2022117/1642400503yz_supply.png"
            }
        ],
        "first_page_url": "https://dev8.yunzmall.com/admin/shop?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "https://dev8.yunzmall.com/admin/shop?page=1",
        "next_page_url": null,
        "path": "https://dev8.yunzmall.com/admin/shop",
        "per_page": 10,
        "prev_page_url": null,
        "to": 10,
        "total": 10
    }
}

错误时返回:

{
    "result": 0,
    "msg": "",
    "data": []
}

返回参数说明:

参数名 类型 说明
total int 数据总条数
per_page int 每页显示多少条数据
current_page int 当前页

data参数说明:

参数名 类型 说明
category_id int 商城分类id
name string 分类名称
thumb string 分类 图片

备注:

  • 更多返回错误代码请看首页的错误代码描述