- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
分页显示拼团商品表
开发中
GET
/api/admin/store/combination/list
最后修改时间:2023-06-07 08:26:04
责任人:未设置
请求参数
Query 参数
isShow
integer
可选
keywords
string
可选
limit
string
每页数量
page
string
页码
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
limit
integer
必需
list
array [object {45}]
必需
page
integer
必需
total
integer
必需
totalPage
integer
必需
message
string
必需
示例
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"addTime": 0,
"aloneAttrValueId": 0,
"attr": "",
"browse": 0,
"combination": true,
"cost": 0,
"countPeople": 0,
"countPeopleAll": 0,
"countPeoplePink": 0,
"effectiveTime": 0,
"id": 0,
"image": "",
"images": "",
"info": "",
"isDel": true,
"isHost": true,
"isPostage": true,
"isShow": true,
"merId": 0,
"merUse": true,
"num": 0,
"onceNum": 0,
"otPrice": 0,
"people": 0,
"postage": 0,
"price": 0,
"productAttr": [
{}
],
"productId": 0,
"productValue": {},
"quota": 0,
"quotaShow": 0,
"remainingQuota": 0,
"sales": 0,
"sort": 0,
"specType": true,
"startTime": 0,
"stock": 0,
"stopTime": 0,
"stopTimeStr": "",
"tempId": 0,
"title": "",
"unitName": "",
"virtualRation": 0,
"volume": 0,
"weight": 0
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": ""
}
修改于 2023-06-07 08:26:04