栏目列表

请求 - GET

参数必填格式说明

token

必填

string

请求密钥

type

必填

string

列表为 list

module

必填

string

栏目为 menu

id

可选

string

获取此ID栏目下级栏目列表 / 为空获取所有栏目

返回

success

{
    "code": 1,
    "msg": "success",
    "go": "",
    "data": [
        {
            "id": "1",
            "pid": "0",
            "reorder": "0",
            "title": "",
            "module": "",
            "indeximg": null,
            "imgurl": "",
            "icon": "",
            "content": "",
            "description": "",
            "target": "",
            "color": "",
            "ispc": "1",
            "ismob": "1",
            "iscontent": "0",
            "navtop": "1",
            "navbottom": "1",
            "diytpl": "",
            "diytplmob": null,
            "suffix": null,
            "lcms": "2",
            "isarea": "0",
            "stitle": null,
            "keywords": null,
            "info": null,
            "imgurls": [
                ""
            ]
        }
    ]
}

error

{
    "code": 0,
    "msg": "ERROR"
}
大纲