简要描述:
- 美团团购-取链
请求域名:
- http://xx.com
请求URL:
GET/plugin.meituan-group-buy.frontend.good.generate-link
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
sku_view_id | 是 | string | 从商品列表中获取 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "success",
"data": {
"link": "https://click.meituan.com/t?t=1&c=2&p=rTRo4b5zhRXl",
"dsi": "",
"minicode": "",
"appid": "",
"app_source": "",
"wechat_app_id": "wxde8ac0a21135c07d"
}
}
错误时返回:
返回参数data说明:
参数名 | 类型 | 说明 |
---|---|---|
link | string | 跳转地址 环境为小程序时为小程序路径 |
wechat_app_id | string | 美团小程序appid |
备注:
- 更多返回错误代码请看首页的错误代码描述