- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
分页显示砍价商品列表
开发中
GET
/api/admin/store/bargain/list
最后修改时间:2023-06-07 04:49:06
责任人:未设置
请求参数
Query 参数
keywords
string
可选
limit
integer
每页数量
page
integer
页码
status
integer
可选
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
limit
integer
必需
list
array [object {42}]
必需
page
integer
必需
total
integer
必需
totalPage
integer
必需
message
string
必需
示例
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"addTime": "",
"attr": [
{
"attrName": "",
"attrValues": "",
"id": 0,
"isDel": true,
"productId": 0,
"type": 0
}
],
"attrValue": [
{
"attrValue": "",
"barCode": "",
"brokerage": 0,
"brokerageTwo": 0,
"checked": true,
"cost": 0,
"createTime": "",
"id": 0,
"image": "",
"minPrice": 0,
"otPrice": 0,
"price": 0,
"productId": 0,
"quota": 0,
"quotaShow": 0,
"sales": 0,
"stock": 0,
"suk": "",
"type": 0,
"unique": "",
"updateTime": "",
"volume": 0,
"weight": 0
}
],
"bargainMaxPrice": 0,
"bargainMinPrice": 0,
"bargainNum": 0,
"cost": 0,
"countPeopleAll": 0,
"countPeopleHelp": 0,
"countPeopleSuccess": 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": "",
"status": true,
"stock": 0,
"stopTime": "",
"storeName": "",
"surplusQuota": 0,
"tempId": 0,
"title": "",
"unitName": "",
"volume": 0,
"weight": 0
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": ""
}
修改于 2023-06-07 04:49:06