详情
开发中GET
/store/product/group/detail/{id}请求参数
Path 参数
id
string
必需
示例代码
返回响应
successful operation(200)
successful operation
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
status
number
可选
message
string
可选
data
object
可选
product_group_id
number
可选
product_id
number
可选
start_time
string
可选
end_time
string
可选
time
number
可选
buying_count_num
number
可选
buying_num
number
可选
pay_count
number
可选
once_pay_count
number
可选
status
number
可选
mer_id
number
可选
ficti_status
number
可选
ficti_num
number
可选
is_show
number
可选
is_del
number
可选
success_num
number
可选
product_status
number
可选
price
string
可选
action_status
number
可选
create_time
null
可选
refusal
null
可选
product
object
可选
groupBuying
array [object {4}]
可选
示例
{
"status": 0,
"message": "string",
"data": {
"product_group_id": 0,
"product_id": 0,
"start_time": "string",
"end_time": "string",
"time": 0,
"buying_count_num": 0,
"buying_num": 0,
"pay_count": 0,
"once_pay_count": 0,
"status": 0,
"mer_id": 0,
"ficti_status": 0,
"ficti_num": 0,
"is_show": 0,
"is_del": 0,
"success_num": 0,
"product_status": 0,
"price": "string",
"action_status": 0,
"create_time": null,
"refusal": null,
"product": {
"is_show": 0,
"product_id": 0,
"mer_id": 0,
"image": "string",
"slider_image": [
"string"
],
"store_name": "string",
"store_info": "string",
"unit_name": "string",
"price": "string",
"cost": "string",
"ot_price": "string",
"stock": 0,
"sales": 0,
"video_link": "string",
"product_type": 0,
"extension_type": 0,
"old_product_id": 0,
"isRelation": true,
"replayData": {
"best": 0,
"rate": "string",
"count": 0
},
"attr": [
"string"
],
"sku": {
"": {
"sku": "string",
"price": "string",
"stock": 0,
"image": "string",
"weight": "string",
"volume": "string",
"sales": 0,
"unique": "string",
"bar_code": "string"
}
},
"content": {
"product_id": 0,
"content": "string",
"type": 0
},
"merchant": {
"is_trader": 0,
"mer_id": 0,
"mer_name": "string",
"mer_avatar": "string",
"product_score": "string",
"service_score": "string",
"postage_score": "string",
"service_phone": "string",
"care_count": 0,
"recommend": [
{
"mer_id": 0,
"product_id": 0,
"store_name": "string",
"image": "string",
"price": "string",
"is_show": 0,
"status": 0,
"is_gift_bag": 0,
"is_good": 0
}
]
},
"topReply": null
},
"groupBuying": [
{
"group_buying_id": 0,
"status": 0,
"product_group_id": 0,
"groupUser": [
"string"
]
}
]
}
}
最后修改时间: 2 年前