简要描述:

  • 接口版本:

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

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明

请求参数:

参数名 是否必须 类型 说明
req_type string small=小程序,public=公众号,pc=PC端,app=APP端
display_module string 显示模块,请查看模块参数
display_position string 显示位置【上=top,中=center,下=bottom】
display_page string 显示页面 【index=主页】

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": [
        {
            "id": 1,
            "images": "http://wzb.com/uploads/advertisement/2020-07-11/5f0954ac86664.jpg",
            "url": "#"
        }
    ]
}

错误时返回:

{
    "status": 0,
    "msg": "参数错误"
}

返回参数说明:

参数名 类型 说明
id int id
images string 图片路径
url string 路径

备注:

作者:admin  创建时间:2020-07-11 14:13
 更新时间:2025-04-01 15:40