# 分类页

# 分类页

  • 请求地址:category/index

  • 请求方式:GET

  • 需要授权:否

返回结果

// 调用成功返回
{
    "code": 1, 
    "msg": "ok", 
    "data": {
        "style": 3, // 布局类型
        "layout": 3, // 布局模板
        "isSearch": 0, // 是否开启搜索
        "list": {
            // 返回的数据
        }
    }
}
// 调用失败返回
{
    "msg":"",
    "code":0
}