- 基础接口
- apple登陆POST
- 主题类型GET
- 获取个人中心菜单GET
- 图片上传POST
- 获取登录授权logoGET
- 获取网站基础配置GET
- 获取配置是否强制绑定手机号GET
- 门店自提开启状态GET
- 公众号支付回调GET
- 小程序支付回调GET
- 支付回调GET
- 图片验证码GET
- 获取发短信的codeGET
- 验证码发送POST
- 手机号注册POST
- 手机号验证码登录POST
- 账号密码登陆POST
- 手机号修改密码POST
- 绑定手机号POST
- 记录用户分享POST
- 分享配置GET
- 获取图片base64POST
- 海报二维码GET
- 优惠券列表_copy(已废弃)GET
- 添加登录用户的访问记录POST
- 用户关键字分享GET
- 复制口令接口GET
- 获取多语言类型列表GET
- 获取当前语言jsonGET
- 首页
- 文章
- 商品
- 优惠券
- 签到
- 秒杀
- 拼团
- 预售
- 砍价
- 购物车
- 积分商城
- 订单
- 微信
- 用户
- 客服
- 个人中心->付费会员
- 个人中心->发票管理
- 个人中心->积分中心
- 个人中心->我的等级
- 个人中心->统计管理
- 个人中心->我的推广
- 个人中心->地址信息
- 个人中心->我的收藏
- 个人中心->消息中心
- 个人中心->我的余额
- PC端
拼团产品详情
GET
/combination/detail/{}
请求参数
Path 参数
id
string
拼团产品编号
示例值:
1
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/combination/detail/{}'
返回响应
🟢200成功
application/json
Body
status
number
可选
msg
string
可选
data
object
可选
storeInfo
object
商品信息
pink_ok_list
array[string]
拼团成功列表
pink_ok_sum
number
拼团成功数量
pink
array [object {23}]
拼团中列表
pindAll
array[number]
可选
buy_num
number
购买件数
reply
null
评论
replyChance
number
好评率
replyCount
number
评论总数
productAttr
array [object {6}]
规格
productValue
object
规格
routine_contact_type
string
是否小程序自带客服
示例
{
"status": 0,
"msg": "string",
"data": {
"storeInfo": {
"id": 0,
"product_id": 0,
"mer_id": 0,
"image": "string",
"images": [
"string"
],
"title": "string",
"attr": null,
"people": 0,
"info": "string",
"price": "string",
"sort": 0,
"sales": 0,
"stock": 0,
"add_time": "string",
"is_host": 0,
"is_show": 0,
"is_del": 0,
"combination": 0,
"mer_use": null,
"is_postage": 0,
"postage": "string",
"start_time": 0,
"stop_time": 0,
"effective_time": 0,
"cost": 0,
"browse": 0,
"unit_name": "string",
"temp_id": 0,
"weight": "string",
"volume": "string",
"num": 0,
"once_num": 0,
"quota": 0,
"quota_show": 0,
"virtual": 0,
"description": "string",
"total": "string",
"product_price": "string",
"image_base": "string",
"sale_stock": 0,
"userCollect": true,
"userLike": true,
"code_base": "string"
},
"pink_ok_list": [
"string"
],
"pink_ok_sum": 0,
"pink": [
{
"id": 0,
"uid": 0,
"nickname": "string",
"avatar": "string",
"order_id": "string",
"order_id_key": 0,
"total_num": 0,
"total_price": "string",
"cid": 0,
"pid": 0,
"people": 0,
"price": "string",
"add_time": "string",
"stop_time": 0,
"k_id": 0,
"is_tpl": 0,
"is_refund": 0,
"status": 0,
"is_virtual": 0,
"count": 0,
"h": "string",
"i": "string",
"s": "string"
}
],
"pindAll": [
0
],
"buy_num": 0,
"reply": null,
"replyChance": 0,
"replyCount": 0,
"productAttr": [
{
"id": 0,
"product_id": 0,
"attr_name": "string",
"attr_values": [
"string"
],
"type": 0,
"attr_value": [
{
"attr": "string",
"check": true
}
]
}
],
"productValue": {
"陶瓷白,8GB+256GB,Mate 40 RS标准版": {
"product_id": 0,
"suk": "string",
"stock": 0,
"sales": 0,
"price": "string",
"image": "string",
"unique": "string",
"cost": "string",
"bar_code": "string",
"ot_price": "string",
"vip_price": "string",
"weight": "string",
"volume": "string",
"brokerage": "string",
"brokerage_two": "string",
"type": 0,
"quota": 0,
"quota_show": 0,
"product_stock": 0
},
"陶瓷黑,8GB+256GB,Mate 40 RS标准版": {
"product_id": 0,
"suk": "string",
"stock": 0,
"sales": 0,
"price": "string",
"image": "string",
"unique": "string",
"cost": "string",
"bar_code": "string",
"ot_price": "string",
"vip_price": "string",
"weight": "string",
"volume": "string",
"brokerage": "string",
"brokerage_two": "string",
"type": 0,
"quota": 0,
"quota_show": 0,
"product_stock": 0
}
},
"routine_contact_type": "string"
}
}
修改于 2022-05-05 08:15:39