curl --location --request GET '/shopapi/team/detail' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb'
{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"id": 7,
"name": "阿发【发啦发票【拉【",
"code": "sp0001",
"image": "https://img0.baidu.com/it/u=2635130093,4202492912&fm=26&fmt=auto&gp=0.jpg",
"video": "",
"video_cover": null,
"min_price": "3.00",
"min_lineation_price": "0.00",
"total_stock": 3,
"sales_num": 0,
"spec_type": 1,
"content": "",
"spec_value": [
{
"id": 8,
"goods_id": 7,
"name": "默认",
"spec_list": [
{
"id": 13,
"goods_id": 7,
"spec_id": 8,
"value": "默认"
}
]
}
],
"spec_value_list": [
{
"id": 16,
"image": "",
"goods_id": 7,
"spec_value_ids": "13",
"spec_value_str": "默认",
"sell_price": "68.00",
"lineation_price": "3.00",
"cost_price": "3.00",
"stock": 3,
"volume": "0.00",
"weight": "0.00",
"bar_code": ""
}
],
"goods_image": [
"https://img0.baidu.com/it/u=2635130093,4202492912&fm=26&fmt=auto&gp=0.jpg"
],
// 拼团活动信息
"activity": {
"id": 9, //活动ID
"name": "拼团活动0712", //活动场景名称
"people_num": 2, //成团需要的人数
"min_buy": 1, //最低购买数量
"max_buy": 2, //最大购买数量
"is_coupon": 1, //是否允许使用优惠券
"is_distribution": 1, //是否参与分销
"start_time": 1625032060, //获取的开始时间
"end_time": 1628118460, //活动结束时间
"surplus_time": 141315 //活动剩余时间 (小于0 则结束)
},
// 正在开团的列表
"found": [
{
"id": 12,
"team_id": 9,
"found_sn": "202108041850295048",
"user_id": 1,
"order_id": 24,
"people": 2, //几人团?
"join": 1, //现在参团人数
"status": 0, //状态 0=进行中 1=成功, 2=失败
"kaituan_time": 1628074229, //开团时间
"invalid_time": 1628084829, //失效日期
"nickname": "测试用户",
"avatar": "https://yixiangonline-1300893662.cos.ap-guangzhou.myqcloud.com",
"surplus_time": 8285 //剩余多少秒到期
}
]
}
}