简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2024-11-25 |
请求URL:
请求方式:
- GET/POST
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 否 | string | 凭证 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
store_id | 是 | string | 门店ID |
返回示例:
正确时返回:
{
"status": 200,
"msg": "ok",
"data": {
"cate": [
{
"id": 6,
"cate_name": "民谣吉他",
"parent": [],
"product": [
{
"id": 4,
"cate_id": 6,
"cover": "http://cms5v.com/673ffe118bb3d.png",
"product_name": "雅马哈(YAMAHA)F310NT 原声款 云杉木初学者入门",
"sec_goods_name": "【雅马哈乐器~大牌钜惠】正品保障~售后无忧,最快当日达,送配件大礼包,闪电退换,自营放心购!!!",
"old_price": 1000,
"price": 799,
"stock": 1000,
"img_type": 1,
"content": "<p> 雅马哈(YAMAHA)F310NT 原声款 云杉木初学者入</p>",
"tig": "1,2",
"buy_num": 0,
"is_required": 2,
"image": [
{
"id": 1,
"product_id": 4,
"path": "http://cms5v.com/6740217bcfbeb.jpg"
},
{
"id": 2,
"product_id": 4,
"path": "http://cms5v.com/67402224a162a.png"
}
],
"attr": [
{
"id": 2,
"product_id": 4,
"option_name": "变调夹",
"is_required": 1,
"options": [
{
"id": 1,
"option_id": 2,
"title": "普通款",
"price": 10,
"stock": 10000
},
]
},
{
"id": 1,
"product_id": 4,
"option_name": "琴弦",
"is_required": 2,
"options": [
{
"id": 10,
"option_id": 1,
"title": "1 - 6 弦",
"price": 55,
"stock": 10000
},
]
}
]
}
]
},
{
"id": 7,
"cate_name": "古典吉他",
"parent": [],
"product": []
},
{
"id": 10,
"cate_name": "钢琴",
"parent": [
{
"id": 11,
"pid": 10,
"cate_name": "立式钢琴",
"product": [
{
"id": 5,
"cate_id": 11,
"cover": "http://cms5v.com/67444aa32acca.png",
"product_name": "雅马哈(YAMAHA)立式钢琴",
"sec_goods_name": "雅马哈(YAMAHA)立式钢琴",
"old_price": 20000,
"price": 15000,
"stock": 1000,
"img_type": 1,
"content": "",
"tig": "1",
"buy_num": 0,
"is_required": 2,
"image": [
{
"id": 3,
"product_id": 5,
"path": "http://cms5v.com/674451ba21e69.png"
}
],
"attr": [
{
"id": 4,
"product_id": 5,
"option_name": "钢琴布",
"is_required": 1,
"options": [
{
"id": 12,
"option_id": 4,
"title": "蓝色",
"price": 0,
"stock": 100000
},
{
"id": 11,
"option_id": 4,
"title": "红色",
"price": 0,
"stock": 10000
}
]
}
]
}
]
}
],
"product": []
}
]
},
"other": []
}
错误时返回:
{
"status": 0,
"msg": "验证码错误"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
cate.id | string | 一级分类ID |
cate.cate_name | string | 一级分类名称 |
cate.product.id | string | 商品id |
cate.product.cate_id | string | 商品分类ID |
cate.product.cover | string | 商品封面 |
cate.product.product_name | string | 商品名称 |
cate.product.sec_goods_name | string | 商品次级名称 |
cate.product.old_price | string | 商品原价格 |
cate.product.price | string | 商品折扣价格 |
cate.product.stock | string | 商品库存 |
cate.product.img_type | string | 图片显示类型【1=大图,2=小图】 |
cate.product.content | string | 商品描述 |
cate.product.tig | string | 商品标签 |
cate.product.buy_num | string | 商品购买人数 |
cate.product.is_required | string | 是否必选【1=必选,2=非必选】 |
cate.product.image.id | string | 商品轮播图ID |
cate.product.image.product_id | string | 商品ID |
cate.product.image.path | string | 商品轮播图链接 |
cate.product.attr.id | string | 商品属性ID |
cate.product.attr.product_id | string | 商品ID |
cate.product.attr.option_name | string | 商品属性名称 |
cate.product.attr.is_required | string | 商品属性是否必选【1=必选,2=非必选】 |
cate.product.attr.options.id | string | 商品属性选项ID |
cate.product.attr.options.option_id | string | 商品属性ID |
cate.product.attr.options.title | string | 商品属性选项名称 |
cate.product.attr.options.price | string | 商品属性选项价格 |
cate.product.attr.options.stock | string | 商品属性选项库存 |
cate.parent.id | string | 一级分类ID |
cate.parent.cate_name | string | 二级分类名称 |
、 |
备注:
- 无
作者:admin 创建时间:2024-11-25 18:16
最后编辑:admin 更新时间:2024-12-31 16:42
最后编辑:admin 更新时间:2024-12-31 16:42