简要描述:

  • 资源推广页面列表接口

请求域名:

  • http://xx.com

请求URL:

route=plugin.cps-sub-platform.frontend.plat-activity.getPlatList

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "获取成功",
    "data": [
        {
            "activity_id": 1,
            "another_id": 502,
            "another_name": "美团外卖"
        },
        {
            "activity_id": 2,
            "another_id": 1104,
            "another_name": "美团优选"
        },
        {
            "activity_id": 3,
            "another_id": 506,
            "another_name": "美团商超"
        },
        {
            "activity_id": 4,
            "another_id": 508,
            "another_name": "美团酒店"
        },
        {
            "activity_id": 5,
            "another_id": 101,
            "another_name": "饿了么"
        },
        {
            "activity_id": 6,
            "another_id": 103,
            "another_name": "饿了么果蔬"
        }
    ]
}

错误时返回:

  {
  }

返回参数说明:

参数名 类型 说明
名称 类型 说明
data[].activity_id int 页面id
data[].another_id int 页面第三方资源id
data[].another_name string 页面名