- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
分页列表
开发中
GET
/api/admin/store/product/list
最后修改时间:2023-06-07 02:56:13
责任人:未设置
请求参数
Query 参数
cateId
string
可选
keywords
string
可选
limit
string
每页数量
page
string
页码
type
string
可选
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
limit
integer
必需
list
array [object {43}]
必需
page
integer
必需
total
integer
必需
totalPage
integer
必需
message
string
必需
示例
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"activity": "",
"addTime": 0,
"barCode": "",
"browse": 0,
"cateId": "",
"codePath": "",
"content": "",
"cost": 0,
"ficti": 0,
"flatPattern": "",
"giveIntegral": 0,
"id": 0,
"image": "",
"isBargain": true,
"isBenefit": true,
"isBest": true,
"isDel": true,
"isGood": true,
"isHot": true,
"isNew": true,
"isPostage": true,
"isRecycle": true,
"isSeckill": true,
"isShow": true,
"isSub": true,
"keyword": "",
"merId": 0,
"merUse": true,
"otPrice": 0,
"postage": 0,
"price": 0,
"sales": 0,
"sliderImage": "",
"sort": 0,
"soureLink": "",
"specType": true,
"stock": 0,
"storeInfo": "",
"storeName": "",
"tempId": 0,
"unitName": "",
"videoLink": "",
"vipPrice": 0
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": ""
}