获取文章分类列表

接口地址

http://www.brighttj.com/api/index.php/api/category/categoryList

请求方式

GET / POST

入参

出参

{
    "data":{
        "categoryList":[
            {
                "id":"39",
                "name":"js",
                "articlecount":"1",
                "description":""
            }
        ]
    },
    "msg":"读取完成",
    "status":1
}

字段解析

参数名称 参数含义 参数类型
categoryList 分类列表 array
id 分类id int
name 分类名 string
articlecount 分类下的文章数 int
description 分类描述 string