简要描述:
- wap端秒杀商品列表标签
请求URL:
POST/wapapi/addons/execute/addons/seckill/controller/seckill/action/getAllSecTime
参数:
-无
返回示例:
正确时返回:
{
"code": 1,
"message":"获取成功",
"data": [
{
"tag_name": "好货疯抢",
"tag_status": "started",
"condition_time": "good_rushed",
"condition_day": "good_rushed"
},
{
"tag_name": "15:00",
"tag_status": "going",
"condition_time": "15",
"codition_day": "today"
},
{
"tag_name": "16:00",
"tag_status": "unstart",
"condition_time": 16,
"condition_day": "today"
},
{
"tag_name": "17:00",
"tag_status": "unstart",
"condition_time": 17,
"condition_day": "today"
},
{
"tag_name": "0:00",
"tag_status": "tomorrow_start",
"condition_time": 0,
"condition_day": "tomorrow"
},
{
"tag_name": "8:00",
"tag_status": "tomorrow_start",
"condition_time": 8,
"condition_day": "tomorrow"
},
{
"tag_name": "9:00",
"tag_status": "tomorrow_start",
"condition_time": 9,
"condition_day": "tomorrow"
},
]
}
参数名 | 类型 | 说明 |
---|---|---|
tag_name | string | 标签名字 |
tag_status | string | 标签状态,started/going/unstart/tomorrow_start,//已开抢/抢购中/即将开抢/明日开抢 |
condition_time | string | 秒杀时间点 |
condition_day | string | 标识今天/明天秒杀,today/tomorrow,//今天/明天 |