文档
测试

拼团专题

POST
http://192.168.1.221/shop/api.groupbuy/lists

接口描述

John

请求参数

参数名
类型
描述
必填
apitoken
string
(非填)
必填
p
int
页码
必填

响应参数

参数名
类型
描述
必填
goods_id
int
商品id
必填
goods_name
sring
商品名
必填
goods_thumb
string
图片
必填
shop_price
string
拼团价
必填
market_price
string
原价
必填
has_num
int
多少人已拼
必填
end_date.day
int
剩下多少天
必填
end_date.hour
int
剩下多少小时
必填
end_date.min
int
剩下多少分
必填
end_date.sec
int
剩下多少秒
必填
end_time
int
拼团结束时间
必填

说明 / 示例

``` { "code": 1, "msg": "success", "data": { "list": { "pic": "/upload/image/sssss.jpg", "rule_content": "拼团规则", "goods": [ { "goods_id": 168, "goods_name": "VIP升级礼包", "goods_thumb": "/upload/gimg/2021/03/605bfb6d486b4_thumb.JPG", "shop_price": "89.00", "market_price": "89.00", "has_num": 0, "end_date": { "day": 25, "hour": "06", "min": "21", "sec": "58" }, "end_time": 1620489300 }, { "goods_id": 167, "goods_name": "测试多规格01", "goods_thumb": "/upload/gimg/2019/09/5d7204baabe75_thumb.gif", "shop_price": "100.00", "market_price": "300.00", "has_num": 0, "end_date": { "day": 17, "hour": "06", "min": "01", "sec": "58" }, "end_time": 1619796900 } ] } } } ```