简要描述
请求url
https://www.商城域名.com/index.php?s=/api/sharp.home/data
请求方式
是否需授权登录
请求header
参数名 |
类型 |
是否必须 |
示例值 |
说明 |
storeId |
int |
必填 |
10001 |
商城ID |
platform |
string |
必填 |
H5 |
当前请求的客户端(APP、小程序、H5等) |
Access-Token |
string |
选填 |
- |
当前登录用户的 Token |
返回示例
{
"status": 200,
"message": "success",
"data": {
"tabbar": [
{
"active_id": 10027,
"active_time_id": 10120,
"active_time": "20:00",
"start_time": "2022-02-28 20:00",
"end_time": "2022-02-28 21:00",
"count_down_time": "2022-02-28 21:00",
"status": 10,
"status_text": "已开抢",
"status_text2": "正在疯抢",
"sharp_modular_text": "正在疯抢"
},
{
"active_id": 10027,
"active_time_id": 10121,
"active_time": "21:00",
"start_time": "2022-02-28 21:00",
"end_time": "2022-02-28 22:00",
"count_down_time": "2022-02-28 21:00",
"status": 20,
"status_text": "即将开抢",
"status_text2": "即将开抢",
"sharp_modular_text": "21:00 场预告"
},
{
"active_id": 10027,
"active_time_id": 10122,
"active_time": "22:00",
"start_time": "2022-02-28 22:00",
"end_time": "2022-02-28 23:00",
"count_down_time": "2022-02-28 22:00",
"status": 20,
"status_text": "即将开抢",
"status_text2": "即将开抢",
"sharp_modular_text": "22:00 场预告"
}
],
"goodsList": {
"total": 2,
"per_page": 15,
"current_page": 1,
"last_page": 1,
"data": [
{
"sharp_goods_id": 10028,
"goods_id": 10018,
"spec_type": 10,
"seckill_price_min": "12.90",
"seckill_price_max": "12.90",
"deduct_stock_type": 10,
"limit_num": 999,
"seckill_stock": 99,
"goods_name": "简约风条纹客厅沙发卧室床头抱枕靠垫套",
"goods_image": "41cdb778199f99ebebb6090680f382fc.png",
"original_price": "49.90",
"sales_actual": 56,
"progress": 56
},
{
"sharp_goods_id": 10030,
"goods_id": 10019,
"spec_type": 10,
"seckill_price_min": "32.80",
"seckill_price_max": "32.80",
"deduct_stock_type": 10,
"limit_num": 1,
"seckill_stock": 199,
"goods_name": "清野の木 56L灰色特大号 塑料收纳箱整理箱环保加厚储物箱",
"goods_image": "2a6e0c0ea7d1e5f0f2ac3e406198850c.jpg",
"original_price": "32.80",
"sales_actual": 37,
"progress": 18
}
]
}
}
}
返回参数
参数名 |
类型 |
示例值 |
说明 |
status |
int |
200 |
请求状态(200:请求成功;500:请求错误/失败) |
message |
string |
success |
请求结果的信息,默认为 success |
data |
object |
- |
返回的业务数据 |
data 参数
参数名 |
类型 |
示例值 |
说明 |
tabbar |
array |
- |
会场列表 |
goodsList |
object |
- |
秒杀商品列表 |
data.tabbar 参数
参数名 |
类型 |
示例值 |
说明 |
active_id |
int |
10027 |
活动会场ID |
active_time_id |
int |
10120 |
活动场次ID |
active_time |
string |
20:00 |
场次时间(0点-23点) |
start_time |
string |
2022-02-28 20:00 |
开始时间 |
end_time |
string |
2022-02-28 21:00 |
结束时间 |
count_down_time |
string |
2022-02-28 21:00 |
倒计时时间 |
status |
int |
10 |
活动状态 (0禁用 1启用) |
status_text |
string |
已开抢 |
活动状态文字描述 |
status_text2 |
string |
正在疯抢 |
活动状态文字描述2 |
sharp_modular_text |
string |
正在疯抢 |
活动状态文字描述3(仅用于首页组件) |
data.goodsList 参数
参数名 |
类型 |
示例值 |
说明 |
total |
int |
2 |
总记录数 |
per_page |
int |
15 |
每页数量 |
current_page |
int |
1 |
当前页码 |
last_page |
int |
1 |
最后页码 |
data |
array |
- |
列表数据 |
data.goodsList.data 参数
参数名 |
类型 |
示例值 |
说明 |
sharp_goods_id |
int |
10028 |
秒杀商品ID |
goods_id |
int |
10018 |
商品ID |
spec_type |
int |
10 |
商品规格 (10单规格 20多规格) |
seckill_price_min |
string |
12.90 |
秒杀价格 (最低) |
seckill_price_max |
string |
12.90 |
秒杀价格 (最高) |
deduct_stock_type |
int |
10 |
库存计算方式 (仅支持下单减库存) |
limit_num |
int |
999 |
限购数量 (0为不限制) |
seckill_stock |
int |
99 |
商品库存总量 |
goods_name |
string |
简约风条纹客厅沙发卧室床头抱枕靠垫套 |
商品名称/标题 |
goods_image |
string |
41cdb778199f99ebebb6090680f382fc.png |
排序 (数字越小越靠前) |
original_price |
string |
49.90 |
商品原价 |
sales_actual |
int |
56 |
显示销量(初始销量+实际销量) |
progress |
int |
56 |
秒杀进度(0%-100%) |