🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
**简要描述:** - 拼团详细 **请求URL:** - `/adminapi/marketing.team/detail` **请求方式:** - GET **参数:** |参数名 |必选 |类型 |说明 | |:--| |id |必选 |string |活动ID | **返回示例:** ``` { "code": 1, "show": 0, "msg": "获取成功", "data": { "id": 7, "sn": "", "name": "拼团活动0712g", "start_time": "2021-07-23 17:21:00", "end_time": "2021-07-24 17:21:00", "people_num": 2, "explain": "活动说明", "min_buy": 1, "max_buy": 2, "is_coupon": 1, "is_distribution": 1, "is_automatic": 1, "status": 1, "effective_time": 1, "goods": [ { "id": 7, "goods_id": 7, "name": "阿发【发啦发票【拉【", "image": "https://img0.baidu.com/it/u=2635130093,4202492912&fm=26&fmt=auto&gp=0.jpg", "item": [ { "item_id": 16, "spec_value_str": "默认", "sell_price": "3.00", "team_price": "68.00" } ] }, { "id": 8, "goods_id": 8, "name": "发发泡咖啡皮卡拍【安康", "image": "https://img0.baidu.com/it/u=2635130093,4202492912&fm=26&fmt=auto&gp=0.jpg", "item": [ { "item_id": 17, "spec_value_str": "默认", "sell_price": "20.00", "team_price": "11.00" } ] } ] } } ```