ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
### 基本信息 **Path:** /api/combination/detail/:id **Method:** GET **接口描述:** ### 请求参数 **路径参数** | 参数名称 | 示例 | 备注 | | --- | --- | --- | | id | 1 | 拼团产品编号 | ### 返回数据 | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | --- | --- | --- | --- | --- | --- | | status | number | 必须 | | | | | msg | string | 非必须 | | | | | data | object | 非必须 | | | | | ├─ pink | object \[\] | 非必须 | | 进行中的拼团 | item 类型: object| | ├─ id | integer | 非必须 | | 拼团编号 | | | ├─ uid | integer | 非必须 | | 用户编号 | | | ├─ people | number | 非必须 | | 拼团人数 | | | ├─ price | string | 非必须 | | 拼团价格 | | | ├─ stop\_time | string | 非必须 | | 拼团结束时间 | | | ├─ nickname | string | 非必须 | | 团长昵称 | | | ├─ avatar | string | 非必须 | | 团长头像 | | | ├─ count | string | 非必须 | | 拼团剩余人数 | | | ├─ h | string | 非必须 | | 时 | | | ├─ i | string | 非必须 | | 分 | | | ├─ s | string | 非必须 | | 秒 | | | ├─ user | object | 非必须 | | 用户信息 | | | ├─ uid | integer | 非必须 | | 用户编号 | | | ├─ nickname | string | 非必须 | | 用户昵称 | | | ├─ avatar | string | 非必须 | | 用户头像 | | | ├─ pindAll | integer \[\] | 非必须 | | 所有正在拼团的团长编号 | item 类型: integer | | ├─ | | 非必须 | | | | | ├─ storeInfo | object | 非必须 | | 拼团产品信息 | | | ├─ id | integer | 非必须 | | 拼团产品编号 | | | ├─ product\_id | integer | 非必须 | | 产品编号 | | | ├─ image | string | 非必须 | | 拼团产品图片 | | | ├─ images | string \[\] | 非必须 | | 拼团产品轮播图 | item 类型: string | | ├─ | | 非必须 | | | | | ├─ title | string | 非必须 | | 拼团产品标题 | | | ├─ people | number | 非必须 | | 拼团产品人数 | | | ├─ info | string | 非必须 | | 拼团产品简介 | | | ├─ price | string | 非必须 | | 拼团产品价格 | | | ├─ sales | number | 非必须 | | 拼团产品销量 | | | ├─ stock | number | 非必须 | | 拼团产品库存 | | | ├─ is\_postage | number | 非必须 | | 是否包邮||1=是,0=否 | | | ├─ postage | string | 非必须 | | 邮费 | | | ├─ description | string | 非必须 | | 拼团产品详情 | | | ├─ start\_time | number | 非必须 | | 拼团产品开始时间 | | | ├─ stop\_time | number | 非必须 | | 拼团产品开始结束 | | | ├─ browse | number | 非必须 | | 拼团产品浏览量 | | | ├─ unit\_name | string | 非必须 | | 拼团产品单位 | | | ├─ product\_price | string | 非必须 | | 拼团产品原价 | | | ├─ image\_base | string | 非必须 | | 拼团产品base64用用于海报 | | | ├─ code\_base | string | 非必须 | | 拼团二维码base64用用于海报 | | | ├─ pink\_ok\_list | string \[\] | 非必须 | | 拼团成功信息 | item 类型: string | | ├─ | | 非必须 | | 某某某拼团成功 | | | ├─ pink\_ok\_sum | number | 非必须 | | 拼团成功人数 | | | ├─ reply | object | 非必须 | | 评价 | | | ├─ product\_score | number | 非必须 | | 产品分数 | | | ├─ service\_score | number | 非必须 | | 服务分数 | | | ├─ comment | string | 非必须 | | 评价 | | | ├─ merchant\_reply\_content | string | 非必须 | | 商家回复 | | | ├─ merchant\_reply\_time | string | 非必须 | | 商家回复时间 | | | ├─ pics | string \[\] | 非必须 | | 评价图片 | item 类型: string | | ├─ | | 非必须 | | | | | ├─ add\_time | string | 非必须 | | 评价时间 | | | ├─ nickname | string | 非必须 | | 评价用户昵称 | | | ├─ avatar | string | 非必须 | | 评价用户图片 | | | ├─ suk | string | 非必须 | | 产品属性 | | | ├─ star | string | 非必须 | | 评价星数((产品分数+服务分数)/2) | | | ├─ replyCount | number | 非必须 | | 评价总数 | | | ├─ replyChance | string | 非必须 | | 好评率 |