获取广告列表

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

  • 必须参数:id,需要提供的广告位的id
[
    {
        "title": "22222",
        "type": "1",
        "indexpic": "http://storage.tmtsp.com/5535dac221c782a413000029/20150602/9e70858caeddaa84e537a0eed0ade322.jpg",
        "link": "22222222",
        "createtime": 1433376000,
        "endtime": 1435363200,
        "gallery": null,
        "files": null
    },
    {
        "title": "111111",
        "type": "1",
        "indexpic": "http://storage.tmtsp.com/5535dac221c782a413000029/20150602/2cc62365b251a3ac87d93a1fa1bc7107.jpg",
        "link": "1111111",
        "createtime": 1433289600,
        "endtime": 1433635200,
        "gallery": null,
        "files": null
    }
]

title:广告主题
type:广告类型(1为单图广告,2为图集(多图)广告,3为视频广告)
indexpic:缩略图
link:广告链接
createtime:广告开始时间
endtime:广告结束时间
files:图片集
gallery:图片集详细信息