- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
修改拼团商品
开发中
POST
/api/admin/store/combination/update
最后修改时间:2023-06-07 08:29:21
责任人:未设置
请求参数
Body 参数application/json
attr
array [object {3}]
必需
attrName
string
可选
attrValues
string
可选
id
integer
可选
attrValue
array [object {16}]
必需
attrValue
object
可选
brokerage
integer
可选
brokerageTwo
integer
可选
cost
integer
可选
id
integer
可选
image
string
可选
minPrice
integer
可选
otPrice
integer
可选
price
integer
可选
productId
integer
可选
quota
integer
可选
quotaShow
integer
可选
stock
integer
可选
suk
string
可选
volume
integer
可选
weight
integer
可选
content
string
必需
effectiveTime
integer
必需
id
integer
必需
image
string
必需
images
string
必需
info
string
必需
isShow
boolean
必需
num
integer
必需
onceNum
integer
必需
people
integer
必需
productId
integer
必需
specType
boolean
必需
startTime
string
必需
stopTime
string
必需
tempId
integer
必需
title
string
必需
unitName
string
必需
virtualRation
integer
必需
示例
{
"attr": [
{
"attrName": "",
"attrValues": "",
"id": 0
}
],
"attrValue": [
{
"attrValue": {
"尺码": "2XL",
"颜色": "DX027白色"
},
"brokerage": 0,
"brokerageTwo": 0,
"cost": 0,
"id": 0,
"image": "",
"minPrice": 0,
"otPrice": 0,
"price": 0,
"productId": 0,
"quota": 0,
"quotaShow": 0,
"stock": 0,
"suk": "",
"volume": 0,
"weight": 0
}
],
"content": "",
"effectiveTime": 0,
"id": 0,
"image": "",
"images": "",
"info": "",
"isShow": true,
"num": 0,
"onceNum": 0,
"people": 0,
"productId": 0,
"specType": true,
"startTime": "",
"stopTime": "",
"tempId": 0,
"title": "",
"unitName": "",
"virtualRation": 0
}
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
string
必需
message
string
必需
示例
{
"code": 0,
"data": "",
"message": ""
}
修改于 2023-06-07 08:29:21