简要描述:
- 抖音团购-商品详情
请求域名:
- http://xx.com
请求URL:
GET/plugin.tiktok-group-buy.api.goods.good-detail
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
search | 否 | object | 搜索对象 |
{ | |||
product_id | 是 | string | 商品id |
city_code | 否 | string | 城市区域代码 |
longitude | 否 | string | 精度 WGS84坐标 |
latitude | 否 | string | 纬度 WGS84坐标 |
} |
返回示例:
正确时返回:
{
"result": 1,
"msg": "success",
"data": {
"blurred_sold_count": "70万+",
"commission_amount": 27,
"commission_rate": 300,
"dy_h5_url": "https://life.scsjsd.com/falcon/poi_mwa/trade_detail?hide_nav_bar=1&trans_status_bar=1&should_full_screen=1&&enter_from=poi&activity_id=1791219510153235&biz_code=food",
"first_category": {
"id": 1000000,
"name": "美食"
},
"id": 1791219510153235,
"marketing_info": [],
"name": "【9.9王炸搭配】小食任选2件套DY21",
"nearest_poi": {
"name": "塔斯汀中国汉堡(新市店)",
"distance": 352.2,
"poi_id": 7165410251024369675
},
"origin_price": 1600,
"poi_count": 7021,
"price": 990,
"product_detail_img": null,
"product_img": {
"url_list": [
"https://p11-sign.douyinpic.com/tos-cn-i-hf2m9xxmck/6bc9c3ce8565402fac536839d9cad8c3~tplv-shrink:750:0.image?x-expires=1815271200&x-signature=VkzABOZlv4UvmMUJp9QfvWujHbo%3D&from=3158402634"
]
},
"product_item_detail": [
{
"item_list": [
{
"count": 1,
"name": "塔塔鸡块",
"price": 800,
"unit": "份"
},
{
"count": 1,
"name": "盐酥鸡米花",
"price": 900,
"unit": "份"
},
{
"count": 1,
"name": "香辣鸡翅",
"price": 900,
"unit": "份"
},
{
"count": 1,
"name": "荆楚尖叫翅尖",
"price": 1000,
"unit": "份"
},
{
"count": 1,
"name": "双享翅根",
"price": 800,
"unit": "份"
}
],
"title": "小食5选1"
},
{
"item_list": [
{
"count": 1,
"name": "冰柠可乐",
"price": 600,
"unit": "份"
}
],
"title": "饮品"
}
],
"sale_tags": [
"免预约",
"随时退·过期退"
],
"second_category": {
"id": 1012000,
"name": "西餐"
},
"sell_out": false,
"sold_time_begin": 1714289580,
"sold_time_end": 1722319079,
"third_category": {
"id": 1012010,
"name": "西式快餐"
},
"type": 1,
"rewards": [
{
"type": "number",
"value": 0,
"reward_type": "love"
}
],
"plugin": {
"group_code": {
"code_title": "平台",
"code_logo": "http://119.91.205.224/static/upload/images/1/2024/02/1f6692c975f476c767e7aa3317709622.png",
"goods_entrance": 1,
"citation_copy": "区发改委",
"jump_mode": "appoint",
"code_url": "http://119.91.205.224/addons/yun_shop/?menu#/member/groupCodeLabel/?groupCodeId=3&mid=0&scope=base&i=1",
"code_mini_url": "/packageE/groupCode/groupCodeLabel/groupCodeLabel?id=3&mid=0"
},
"cservice": {
"cservice": "冯文强废弃物",
"service_QRcode": "http://119.91.205.224/static/upload/images/1/2024/07/4362001d03b5af74e8561063c4804282.png",
"service_mobile": "18026357601",
"customer_open": 0
}
}
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
name | string | 商品名称 |
price | string | 价格 |
origin_price | string | 划线价 |
discount | string | xx折 |
product_img.url_list | array | 图片地址数组 |
sale_tags | array | 服务 |
nearest_poi | object | 最近门店信息 |
blurred_sold_count | string | 销量 |
marketing_info.seckill_info.status | int | 秒杀状态 1预热 2进行 |
marketing_info.seckill_info.start_time | int | 秒杀活动开始时间 |
marketing_info.seckill_info.end_time | int | 秒杀活动结束时间 |
marketing_info.seckill_info.discount_amount | int | 秒杀优惠金额,单位:分 |
marketing_info.coupon_info.end_time | int | 优惠券使用结束时间 |
marketing_info.coupon_info.start_time | int | 优惠券使用开始时间 |
marketing_info.coupon_info.discount_amount | int | 优惠券优惠金额,单位:分 |
reward | array | 奖励信息数组 |
reward[].reward_type | string | 奖励类型 balance 余额 point 积分 love 爱心值 integral 消费积分 red-packet 红包 asset 数字资产 share-chain共享链 |
reward[].value | string | 奖励数值 |
plugin.group_code | object | 群活码信息 |
plugin.cservice | object | 客服信息 |
备注:
- 更多返回错误代码请看首页的错误代码描述