企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**简要描述:** - 砍价进度 **请求URL:** - `/bargain/bargainProgress` **请求方式:** - GET **参数:** |参数名|必选|类型 |说明 | | ------ | ------ | ------ |------ | |initiate_id|是 |string| 发起砍价id| **返回示例:** ``` { "code": 1, "show": 0, "msg": "", "data": { "id": 11, "activity_id": 15, "user_id": 1, "order_id": null, "help_num": 1, "current_price": "18.00", "floor_price": "10.00", "first_knife": "2.00", "start_time": 1631955229, "end_time": 1631957029, "status": 1, "status_desc": "砍价中", "goods_image": "http://www.likeshopb2cv3.localhost/2.jpg", "goods_name": "小米10青春版", "item_spec_value_str": "红色,M码", "item_sell_price": "20.00", "help_record": [ { "nickname": "tab", "avatar": "http://www.likeshopb2cv3.localhost/tab1.jpg", "reduce_amount": 2 } ], "help_total": 2, "help_diff": 8, "btns": { "help_btn": true, "buy_now_btn": false, "buy_allow_btn": false, "view_order_btn": false } } } ``` **返回参数:** |参数名 |类型 |说明 | | ------ | ------ | ------ |------ | |id |integer| 发起砍价id| |activity_id |integer| 砍价活动id| |user_id |integer| 用户id| |order_id |integer| 订单id| |help_num |integer| 累计帮砍人数| |current_price |decimal| 当前已砍到的价格| |floor_price |decimal| 底价| |first_knife |decimal| 第一刀金额| |start_time |integer| 砍价开始时间戳| |end_time |integer| 砍价结束时间戳| |status |integer| 砍价状态| |status_desc |integer| 砍价状态描述| |goods_image |string| 商品图片| |goods_name |string| 商品名称| |item_spec_value_str |string| 规格名称| |item_sell_price |decimal| 规格原价| |help_record |array| 帮砍记录| |help_record.nickname |string| 帮砍用户昵称| |help_record.avatar |string| 帮砍用户头象| |help_record.reduce_amount |string| 帮砍金额| |help_total |string| 帮砍总金额| |help_diff |string| 距离底价金额| |btns |array| 按钮显示与隐藏| |btns.help_btn |bool| 邀请好友帮砍按钮| |btns.buy_now_btn |bool| 可直接购买按钮| |btns.buy_allow_btn |bool| 立即购买按钮| |btns.view_order_btn |bool| 查看订单按钮|