企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**简要描述:** - 活动记录 **请求URL:** - `/bargain.bargain_activity/activityRecord` **请求方式:** - GET **参数:** |参数名 |必选 |类型 |说明 | |:--| |goods_info |否 |string |商品信息,支持商品名称、商品编码| |user_info |否 |string |用户信息,支持用户昵称、用户编号| |activity_info |否 |string |支持砍价名称| |status |否 |integer|砍价记录状态| **返回示例:** ``` { "code": 1, "show": 0, "msg": "", "data": { "lists": [ { "id": 18, "sn": "202109241741094094", "goods_snapshot": { "goods_id": 24, "item_id": 2, "first_knife": "2.00", "floor_price": "10.00", "goods_name": "小米10青春版", "goods_image": "http://www.likeshopb2cv3.localhost/2.jpg", "item_image": "", "item_spec_value_str": "红色,M码", "item_sell_price": "20.00", "goods_num": "1" }, "bargain_snapshot": { "id": 16, "sn": "202109241113416796", "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": 2, "visited": 0, "close_time": "", "create_time": "2021-09-24 11:13:41", "update_time": "2021-09-24 16:07:12", "delete_time": null }, "help_num": 1, "current_price": "18.00", "status": 3, "status_desc": "砍价失败", "create_time": "2021-09-24 17:41:09", "avatar": "http://www.likeshopb2cv3.localhost/tab1.jpg", "nickname": "tab", "goods_name": "小米10青春版", "item_spec_value_str": "红色,M码" } ], "count": 1, "page_no": 1, "page_size": 25, "extend": [] } } ``` **返回参数:** |参数名 |类型 |说明 | |:--| |id |string |记录id| |sn |string |记录编号| |goods_snapshot |array |商品信息快照| |bargain_snapshot |array |活动信息快照| |help_num |string |帮砍次数 | |current_price |string |当前价| |status |string |状态| |status_desc |string |状态描述| |create_time |string |发起时间|