简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-07-06

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明

请求参数:

参数名 是否必须 类型 说明
req_type string small=小程序,public=公众号,pc=PC端,app=APP端

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": [
        {
            "id": 1,
            "images": "http://novel.com/uploads/banner/2020-03-21/5e7575605202b.jpg",
            "url": "#"
        },
        {
            "id": 2,
            "images": "http://novel.com/uploads/banner/2020-03-21/5e7575692b47a.jpg",
            "url": "#"
        },
        {
            "id": 3,
            "images": "http://novel.com/uploads/banner/2020-03-21/5e7575766a28a.jpg",
            "url": "#"
        }
    ]
}

错误时返回:

{
    "status": 0,
    "msg": "token过期"
}

返回参数说明:

参数名 类型 说明
id int banner id
images string 封面路径
url string 跳转路径【#不跳转】

备注:

文档更新时间: 2020-07-06 17:15   作者:admin