- 商城侧 - 后台
- 用户
- 商品
- 设置
- 营销
- 订单
- 分销
- 回调
- 供应商
- 门店
- 系统
- 财务
- 商城侧 - 门店
- 商城侧 - 收银台
- 商城侧 - 供应商
- 商城侧 - 客服
获取拼团详情
GET
/ adminapi/marketing/combination/{id}
请求参数
Authorization
在 header 添加参数
Authori-Zation
示例:
Authori-Zation: ********************
Path 参数
id
integer
拼团ID
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/ adminapi/marketing/combination/' \
--header 'Authori-Zation;'
返回响应
🟢200成功
application/json
Body
status
integer
必需
msg
string
必需
data
object
必需
info
object
必需
示例
{
"status": 200,
"msg": "ok",
"data": {
"info": {
"id": 26,
"type": 2,
"product_id": 39081,
"product_type": 0,
"relation_id": 4,
"mer_id": 0,
"image": "http://test.mall.86yfw.com/uploads/attach/2023/04/20230404/8da858f82b02da855036055ccf51e367.jpg",
"images": [
"http://test.mall.86yfw.com/uploads/attach/2023/04/20230404/8da858f82b02da855036055ccf51e367.jpg",
"http://test.mall.86yfw.com/uploads/system/store.png"
],
"title": "供应商商品拼团",
"attr": "",
"people": 2,
"info": "3333",
"price": 10,
"sort": 0,
"sales": 0,
"stock": 1099,
"add_time": "2023-10-25 09:37:13",
"is_host": 1,
"is_show": 1,
"is_del": 0,
"combination": 1,
"mer_use": 1,
"is_postage": 0,
"postage": 0,
"effective_time": 24,
"cost": 0,
"browse": 0,
"unit_name": "件",
"temp_id": 0,
"weight": 0,
"volume": 0,
"num": 1,
"once_num": 1,
"quota": 10,
"quota_show": 10,
"virtual": 100,
"is_support_refund": 1,
"delivery_type": [
"3"
],
"freight": 1,
"custom_form": [],
"system_form_id": 0,
"applicable_type": 1,
"applicable_store_id": [],
"store_label_id": [
1
],
"ensure_id": [],
"specs": [],
"section_time": [
"2023-10-24 00:00:00",
"2023-10-27 00:00:00"
],
"description": "<p>3333</p>",
"attrs": {
"items": [
{
"value": "规格",
"detailValue": "",
"attrHidden": "1",
"detail": [
"默认"
]
}
],
"value": [
{
"value1": "默认",
"detail": {
"规格": "默认"
},
"pic": "http://test.mall.86yfw.com/uploads/attach/2023/04/20230404/8da858f82b02da855036055ccf51e367.jpg",
"price": 10,
"cost": 2,
"ot_price": 23,
"stock": 1099,
"quota": 10,
"code": "CDW",
"bar_code": "",
"weight": 10,
"volume": 1,
"brokerage": 0,
"brokerage_two": 0,
"_checked": true,
"r_price": 10
}
],
"header": [
{
"title": "规格",
"key": "value1",
"align": "center",
"minWidth": 80
},
{
"title": "图片",
"slot": "pic",
"align": "center",
"minWidth": 120
},
{
"title": "拼团价",
"key": "price",
"slot": "price",
"type": 1,
"align": "center",
"minWidth": 80
},
{
"title": "成本价",
"key": "cost",
"align": "center",
"minWidth": 80
},
{
"title": "日常售价",
"key": "r_price",
"align": "center",
"minWidth": 80
},
{
"title": "库存",
"key": "stock",
"align": "center",
"minWidth": 80
},
{
"title": "限量",
"key": "quota",
"slot": "quota",
"type": 1,
"align": "center",
"minWidth": 80
},
{
"title": "重量(KG)",
"key": "weight",
"align": "center",
"minWidth": 80
},
{
"title": "体积(m³)",
"key": "volume",
"align": "center",
"minWidth": 80
},
{
"title": "商品条形码",
"key": "bar_code",
"align": "center",
"minWidth": 80
},
{
"title": "商品编号",
"key": "code",
"align": "center",
"minWidth": 80
}
]
}
}
}
}