获取自定义列表的内容详情

接口地址:[接口根]
请求类型:get

  • 必须参数:article_key,自定义列表的内容的标识
{
    "createtime": 1458021480,
    "title": "标题",
    "type": "article",
    "desc": "简介",
    "indexpic": null,
    "article_key": "56e7a46893d703e80600002a",
    "fork_key": "56e7a4b193d703e80600002b",
    "content": "内容"
}


获取自定义列表下内容列表

接口地址:[接口根]/plugin/customlist-api/newslist
请求类型:get

  • 必须参数:list_key,自定义列表的标识
  • 可选参数:page,当前页,可选,默认为1
  • 可选参数:pagesize,每页数量,可选,默认为8
[
    {
        "title": "re",
        "info_class": "video",
        "createtime": 1458111001,
        "state": 1,
        "desc": "retrte",
        "indexpic": null,
        "pic": [],
        "source": "er",
        "click": null,
        "list_key": "56e8d35893d703380f000029",
        "info_key": "56e9022b93d703cc1100002b",
        "sort": 0
    },
    {
        "title": "were ",
        "info_class": "images",
        "createtime": 1458106143,
        "state": 1,
        "desc": "222222",
        "indexpic": "http://storage.tmtsp.com/569ef1b693d703f01b00002a/20160310/c98904122e3d97cf37d6095f578b1e04.jpg",
        "pic": [
            "http://storage.tmtsp.com/569ef1b693d703f01b00002a/20160310/c98904122e3d97cf37d6095f578b1e04.jpg",
            "http://storage.tmtsp.com/569ef1b693d703f01b00002a/20160310/c7c36573ff184ced79105717a9f19ee2.jpg",
            "http://storage.tmtsp.com/569ef1b693d703f01b00002a/20160310/789e62870ed9e0d8938c4ccee145a236.jpg"
        ],
        "source": "tr ",
        "click": null,
        "list_key": "56e8d35893d703380f000029",
        "info_key": "56e8efe993d703ac1700002a",
        "sort": 0
    },
]


获取自定义列表

接口地址:[接口根]/plugin/customlist-api/list
请求类型:get

  • 可选参数:identification,列表的标识
[
    {
        "class": "customlist",
        "listname": "名称",
        "identification": "标识",
        "createtime": 1458007813,
        "state": 1,
        "list_key": "56e76f0593d703e006000029"
    },
    {
        "class": "customlist",
        "listname": "名称",
        "identification": "标识",
        "createtime": 1457945240,
        "state": 1,
        "list_key": "56e67a9893d7030835000029"
    }
]
或者
{
    "class": "customlist",
    "listname": "www",
    "identification": "wwwww",
    "createtime": 1458107147,
    "state": 1,
    "list_key": "56e8f30b93d703ac1700002b"
}