简要描述:

  • 美团团购-生成海报

请求域名:

  • http://xx.com

请求URL:

GET/plugin.meituan-group-buy.frontend.poster.get-poster

参数:

参数名 是否必须 类型 说明
id int 团单id

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "请求接口成功",
    "data": {
        "logo": "https://ysm-1251768088.cos.ap-guangzhou.myqcloud.com/images/25/2022/08/e3d906a37828141d449b59c18a3d5648.png",
        "shopName": "麦当劳(嘉兴未来科技广场店)",
        "thumb": "https://p0.meituan.net/320.0/content/d6295e7ce3efe37fa787e14ed63bb139834929.jpg%40320w_240h_1e_1c_1l%7Cwatermark%3D0",
        "price": 22.5,
        "market_price": 0,
        "shareTitle": "3份【肉食加餐】麦乐鸡3次券1份",
        "backgroundImg": "https://dev15.yunzmall.com/static/post/images/post.png",
        "qrcode": "https://dev15.yunzmall.com/storage/app/public/meituan_group_buy/qrcode/25/shop-mid-0-goods-882290825.png",
        "new": false
    }
}

错误时返回:


返回参数data说明:

备注:

  • 更多返回错误代码请看首页的错误代码描述