企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**简要描述:** - 秒杀活动商品详细 **请求URL:** - `/shopapi/seckill/detail` **参数:** |参数名 |必选 |类型 |说明 | | ------ | ------ | ------ |------ | |id |必填 |int |秒伤活动商品ID | **请求方式:** - GET **返回示例** ``` { "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": "3.00", "lineation_price": "3.00", "cost_price": "0.00", "stock": 4, "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": 21, "name": "秒杀活动0712", "min_buy": 1, "max_buy": "2", "is_coupon": 1, "is_distribution": 0, "start_time": 1620032060, "end_time": 1629118460, "surplus_time": 985334 } } } ```