- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
砍价首页信息
开发中
GET
/api/front/bargain/index
最后修改时间:2023-06-09 07:57:54
责任人:未设置
请求参数
无
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
productList
array [object {36}]
必需
message
string
必需
示例
{
"code": 0,
"data": {
"productList": [
{
"addTime": 0,
"bargainMaxPrice": 0,
"bargainMinPrice": 0,
"bargainNum": 0,
"cost": 0,
"giveIntegral": 0,
"id": 0,
"image": "",
"images": "",
"info": "",
"isDel": true,
"isHot": true,
"isPostage": true,
"look": 0,
"minPrice": 0,
"num": 0,
"peopleNum": 0,
"postage": 0,
"price": 0,
"productId": 0,
"quota": 0,
"quotaShow": 0,
"rule": "",
"sales": 0,
"share": 0,
"sort": 0,
"startTime": 0,
"status": true,
"stock": 0,
"stopTime": 0,
"storeName": "",
"tempId": 0,
"title": "",
"unitName": "",
"volume": 0,
"weight": 0
}
]
},
"message": ""
}