企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**简要描述:** - 砍价活动详情 **请求URL:** - `/bargain.bargain_activity/detail` **请求方式:** - GET **返回示例:** ``` { "code": 1, "show": 0, "msg": "", "data": { { "code": 1, "show": 0, "msg": "", "data": { "id": 14, "name": "砍价一", "start_time": 1630425600, "end_time": 1632931200, "remark": "", "is_distribution": 1, "buy_condition": 2, "valid_period": 30, "help_num": 3, "knife_amount_type": 2, "self": 1, "count": 1, "buy_limit": 1, "order_limit": 10, "use_coupon": 0, "status": 1, "visited": 0, "status_desc": "未开始", "goods": { "24": { "goods_id": 24, "goods_name": "小米10青春版", "goods_image": "http://www.likeshopb2cv3.localhost/2.jpg", "items": [ { "activity_id": 14, "goods_id": 24, "item_id": 2, "first_knife": "2.00", "floor_price": "10.00", "spec_value_str": "红色,M码", "sell_price": "20.00" }, { "activity_id": 14, "goods_id": 24, "item_id": 3, "first_knife": "3.00", "floor_price": "15.00", "spec_value_str": "黑色,L码", "sell_price": "80.00" } ] } } } } ``` **返回参数:** |参数名 |类型 |说明 | | ------ | ------ | ------ |------ | |id |integer |砍价活动id| |name |string |砍价活动名称| |start_time |string |砍价活动开始时间戳| |end_time |string |砍价活动结束时间戳| |remark |string |备注| |is_distribution |integer |是否参与分销 0-否 1-是| |buy_condition |integer |购买条件 1-任意金额可购买 2-砍到底价可购买| |valid_period |integer |有效期,单位:分钟,多少时间内砍价完成有效| |help_num |integer |帮砍人数| |knife_amount_type |integer |每刀金额类型 1-固定金额 2-随机金额| |self |integer |自己是否可以参与砍价 0-否 1-是| |count |integer |每个用户可发起次砍价次数| |buy_limit |integer |起购限制| |order_limit |integer |每单限制| |use_coupon |integer |是否允许使用优惠券 0-否 1-是| |goods |是 |array |参与砍价的商品数据|