接口:秒杀商品
接口详情

秒杀商品

zodram api

GET

接口地址
正式环境(prod) https://zodream.cn/open/shop/activity/seckill/goods
本地环境(dev) http://zodream.localhost/open/shop/activity/seckill/goods
Header参数
字段键 字段值 备注说明
请求参数
字段别名 字段含义 字段类型 是否必填 默认值 备注说明
page 页码 数字(number) 1
time 时间段 字符串(string) 2019-10-12 08:00
响应参数
字段别名 字段含义 字段类型 MOCK规则 备注说明
paging paging 对象(object)
limit limit 数字(number)
offset offset 数字(number)
total total 数字(number)
more more 布尔型(boolean)
data data 数组(array)
id id 数字(number)
price 秒杀价 数字(number) number
amount 秒杀数量 数字(number) number
every_amount 每人限量 数字(number) number
goods goods 对象(object)
ᅡー id id 数字(number)
ᅡー name name 字符串(string)
ᅡー series_number series_number 数字(number)
ᅡー thumb thumb 字符串(string)
ᅡー price price 浮点型(float)
ᅡー market_price market_price 浮点型(float)
ᅡー shop shop 字符串(string)
status status 数字(number)
返回示例