简要描述:

  • 生成推广海报接口

请求域名:

  • http://xx.com

请求URL:

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

参数:

参数名 是否必须 类型 说明
activity_id int 页面id
poster_type int 海报类型 1H5海报 2小程序海报

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "海报生成成功",
    "data": {
        "url": "https://dev2.yunzmall.com/addons/yun_shop/storage/app/public/poster/9/6f159d625f9a986dde783031b3d855e2_new_2.png"
    }
}

错误时返回:

{
    "result": 0,
    "msg": "错误信息",
    "data": {}
}

返回参数说明:

参数名 类型 说明
名称 类型 说明
data.url string 海报图片链接