💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 基本信息 **Path:** /api/combination/pink/:id **Method:** GET **接口描述:** ### 请求参数 **路径参数** | 参数名称 | 示例 | 备注 | | --- | --- | --- | | id | 1 | 拼团编号 | ### 返回数据 | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | --- | --- | --- | --- | --- | --- | | status | number | 必须 | | | | | msg | string | 必须 | | | | | data | object | 非必须 | | | | | ├─ userInfo | object | 非必须 | | 用户信息 | | | ├─ uid | integer | 非必须 | | 用户编号 | | | ├─ nickname | string | 非必须 | | 用户昵称 | | | ├─ avatar | string | 非必须 | | 用户头像 | | | ├─ pinkBool | number | 非必须 | | 判断拼团是否成功|0=失败 | | | ├─ is\_ok | number | 非必须 | | 判断拼团是否完成 | | | ├─ userBool | number | 非必须 | | 判断当前用户是否在团内|0=未在,1=在 | | | ├─ store\_combination | object | 非必须 | | 拼团产品信息 | | | ├─ id | integer | 非必须 | | 拼团产品编号 | | | ├─ product\_id | integer | 非必须 | | 产品编号 | | | ├─ image | string | 非必须 | | 拼团产品图片 | | | ├─ title | string | 非必须 | | 拼团产品标题 | | | ├─ people | number | 非必须 | | 拼团产品人数 | | | ├─ price | string | 非必须 | | 拼团产品价格 | | | ├─ unit\_name | string | 非必须 | | 拼团产品单位 | | | ├─ pinkT | object | 非必须 | | 团长信息 | | | ├─ id | integer | 非必须 | | 拼团编号 | | | ├─ uid | number | 非必须 | | 团长用户编号 | | | ├─ total\_num | number | 非必须 | | 拼团产品数量 | | | ├─ people | number | 非必须 | | 拼团人数 | | | ├─ price | string | 非必须 | | 拼团价格 | | | ├─ stop\_time | string | 非必须 | | 拼团结束时间 | | | ├─ status | number | 非必须 | | 拼团状态|1=进行中,2=已完成,3=未完成 | | | ├─ nickname | string | 非必须 | | 用户昵称 | | | ├─ avatar | string | 非必须 | | 用户头像 | | | ├─ pinkAll | object \[\] | 非必须 | | 拼团成员信息 | item 类型: object | | ├─ id | integer | 非必须 | | 拼团编号 | | | ├─ uid | integer | 非必须 | | 用户编号 | | | ├─ total\_num | number | 非必须 | | 拼团产品数量 | | | ├─ people | number | 非必须 | | 拼团人数 | | | ├─ price | string | 非必须 | | 拼团价格 | | | ├─ stop\_time | string | 非必须 | | 拼团结束时间 | | | ├─ status | number | 非必须 | | 拼团状态|1=进行中,2=已完成,3=未完成 | | | ├─ nickname | string | 非必须 | | 用户昵称 | | | ├─ avatar | string | 非必须 | | 用户头像 | | | ├─ count | number | 非必须 | | 可参团人数 | | | ├─ store\_combination\_host | object \[\] | 非必须 | | 拼团推荐产品 | item 类型: object | | ├─ id | integer | 非必须 | | 拼团产品编号 | | | ├─ image | string | 非必须 | | 拼团产品图片 | | | ├─ price | string | 非必须 | | 拼团产品价格 | | | ├─ sales | number | 非必须 | | 拼团产品销量 | | | ├─ title | string | 非必须 | | 拼团产品标题 | | | ├─ people | number | 非必须 | | 拼团产品人数 | | | ├─ product\_price | string | 非必须 | | 拼团产品原价 | | | ├─ current\_pink\_order | string | 非必须 | | 拼团编号 | |