- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
商品详情
开发中
GET
/api/admin/store/product/info/{id}
最后修改时间:2023-06-07 02:56:11
责任人:未设置
请求参数
Path 参数
id
string
必需
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
activity
array[string]
必需
attr
array [object {6}]
必需
attrValue
array [object {18}]
必需
bargainNum
integer
必需
cateId
string
必需
cateStr
string
必需
content
string
必需
couponIds
array[string]
必需
effectiveTime
integer
必需
ficti
integer
必需
flatPattern
string
必需
giveIntegral
integer
必需
id
integer
必需
image
string
必需
info
string
必需
isBenefit
boolean
必需
isBest
boolean
必需
isGood
boolean
必需
isHot
boolean
必需
isNew
boolean
必需
isShow
boolean
必需
isSub
boolean
必需
keyword
string
必需
num
integer
必需
onceNum
integer
必需
people
integer
必需
peopleNum
integer
必需
productId
integer
必需
sliderImage
string
必需
sort
integer
必需
specType
boolean
必需
startTime
integer
必需
startTimeStr
string
必需
status
integer
必需
stopTime
integer
必需
stopTimeStr
string
必需
storeInfo
string
必需
storeName
string
必需
tempId
integer
必需
timeId
integer
必需
title
string
必需
unitName
string
必需
virtualRation
integer
必需
message
string
必需
示例
{
"code": 0,
"data": {
"activity": [],
"attr": [
{
"attrName": "",
"attrValues": "",
"id": 0,
"isDel": true,
"productId": 0,
"type": 0
}
],
"attrValue": [
{
"attrValue": "",
"brokerage": 0,
"brokerageTwo": 0,
"cost": 0,
"id": 0,
"image": "",
"minPrice": 0,
"otPrice": 0,
"price": 0,
"productId": 0,
"quota": 0,
"quotaShow": 0,
"sales": 0,
"stock": 0,
"suk": "",
"type": 0,
"volume": 0,
"weight": 0
}
],
"bargainNum": 0,
"cateId": "",
"cateStr": "",
"content": "",
"couponIds": [],
"effectiveTime": 0,
"ficti": 0,
"flatPattern": "",
"giveIntegral": 0,
"id": 0,
"image": "",
"info": "",
"isBenefit": true,
"isBest": true,
"isGood": true,
"isHot": true,
"isNew": true,
"isShow": true,
"isSub": true,
"keyword": "",
"num": 0,
"onceNum": 0,
"people": 0,
"peopleNum": 0,
"productId": 0,
"sliderImage": "",
"sort": 0,
"specType": true,
"startTime": 0,
"startTimeStr": "",
"status": 0,
"stopTime": 0,
"stopTimeStr": "",
"storeInfo": "",
"storeName": "",
"tempId": 0,
"timeId": 0,
"title": "",
"unitName": "",
"virtualRation": 0
},
"message": ""
}