- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
砍价商品详情
开发中
GET
/api/front/bargain/detail/{id}
最后修改时间:2023-06-09 07:55:46
责任人:未设置
请求参数
Path 参数
id
string
必需
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
attrValueId
integer
必需
content
string
必需
id
integer
必需
image
string
必需
info
string
必需
masterStatus
string
必需
minPrice
integer
必需
num
integer
必需
price
integer
必需
productId
integer
必需
quota
integer
必需
quotaShow
integer
必需
sales
integer
必需
sku
string
必需
startTime
integer
必需
stopTime
integer
必需
title
string
必需
unitName
string
必需
message
string
必需
示例
{
"code": 0,
"data": {
"attrValueId": 0,
"content": "string",
"id": 0,
"image": "string",
"info": "string",
"masterStatus": "string",
"minPrice": 0,
"num": 0,
"price": 0,
"productId": 0,
"quota": 0,
"quotaShow": 0,
"sales": 0,
"sku": "string",
"startTime": 0,
"stopTime": 0,
"title": "string",
"unitName": "string"
},
"message": "string"
}