- PC端
- 商品
- 商品基本信息
- 商品砍价
- 商品秒杀
- 商品评论
- 商品拼团
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
商品分页列表
开发中
GET
/api/admin/store/seckill/list
最后修改时间:2023-06-07 05:02:07
责任人:未设置
请求参数
Query 参数
keywords
string
可选
limit
integer
可选
page
integer
可选
status
integer
可选
timeId
integer
可选
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
limit
integer
必需
list
array [object {44}]
必需
page
integer
必需
total
integer
必需
totalPage
integer
必需
message
string
必需
示例
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"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": "",
"vipPrice": 0,
"volume": 0,
"weight": 0
}
],
"attrValues": [
{}
],
"cateIds": [],
"content": "",
"cost": 0,
"createTime": "",
"currentTime": "",
"currentTimeId": 0,
"description": "",
"giveIntegral": 0,
"id": 0,
"image": "",
"images": [],
"info": "",
"isDel": true,
"isPostage": true,
"isShow": true,
"killStatus": 0,
"limitLeftNum": 0,
"num": 0,
"otPrice": 0,
"percent": 0,
"postage": 0,
"price": 0,
"productId": 0,
"quota": 0,
"quotaShow": 0,
"sales": 0,
"sort": 0,
"specType": true,
"startTime": "",
"status": 0,
"statusName": "",
"stock": 0,
"stopTime": "",
"storeSeckillManagerResponse": {
"createTime": "",
"endTime": 0,
"id": 0,
"img": "",
"isDel": true,
"killStatus": 0,
"name": "",
"silderImgs": "",
"sort": 0,
"startTime": 0,
"status": 0,
"statusName": "",
"time": "",
"updateTime": ""
},
"tempId": 0,
"timeId": 0,
"timeSwap": "",
"title": "",
"unitName": "",
"volume": 0,
"weight": 0
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": ""
}
修改于 2023-06-07 05:02:07