ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
**简要描述:** - 砍价记录 **请求URL:** - `/bargain/record` **请求方式:** - GET **参数:** |参数名|必选|类型 |说明 | | ------ | ------ | ------ |------ | |status|否 |integer| 砍价状态,不传或为空字符串代表全部, 1-砍价中 2-砍价成功 3-砍价失败| **返回示例:** ``` { "code": 1, "show": 0, "msg": "", "data": { "lists": [ { "current_price": "17.70", "status": 1, "status_desc": "砍价中", "create_time": "2021-09-18 11:26:26", "goods_image": "http://www.likeshopb2cv3.localhost/2.jpg", "goods_name": "小米10青春版", "origin_price": "20.00", "tips": "须砍到最低价才可支付购买" }, { "current_price": "18.00", "status": 1, "status_desc": "砍价中", "create_time": "2021-09-17 18:26:15", "goods_image": "http://www.likeshopb2cv3.localhost/2.jpg", "goods_name": "小米10青春版", "origin_price": "20.00", "tips": "须砍到最低价才可支付购买" } ], "count": 2, "page_no": 1, "page_size": 25, "extend": [] } } ``` **返回参数:** |参数名 |类型 |说明 | | ------ | ------ | ------ |------ | |current_price |decimal| 当前价格| |status |integer| 砍价状态| |status_desc |decimal| 砍价状态描述| |create_time |decimal| 砍价发起时间| |goods_image |decimal| 商品图片| |goods_name |decimal| 商品名称| |origin_price |decimal| 原价| |tips |decimal| 提示|