文档
测试

获取商品信息

POST
GetGoodsInfo

接口描述

获取商品信息

请求参数

参数名
类型
描述
必填
dataJson
object
数据参数
必填
id
number
商品ID,必传
必填
isnew
string
是否获取新结构数据 只要dataJson含有 isnew 表示获取新结构数据
可选
member_id
number
会员ID 示例:100000
可选
client_key
string
密钥 示例:A5D22FF169993B30EFD2F2AE2A1875B572AA1835D2DBA51C588E601FA684CF4C
可选

响应参数

参数名
类型
描述
必填
ret
number
0为成功,大于0为失败;示例:0
必填
msg
string
跟据错误编号,消息描述,示例:ok
必填
err_code
number
错误编号,示例:0
必填
data
object
数据字典
必填
id
number
商品ID 示例:10003
必填
name
string
商品名称 示例:七分裤
必填
comment_count
number
评论数 示例:0
必填
sale_count
number
销售数 示例:0
必填
subtitle
string
副标题 示例:甚至三厢一非顶不可在末枯要
必填
service_list
array
商品服务列表 数据列表
必填
name
string
服务名称 示例:7天包退
必填
content
string
服务内容 示例:7天包退7天包退
必填
attributes
array
商品属性表 数据列表
必填
name
string
商品属性名 示例:一箱
必填
content
string
商品属性值 示例:24包
必填
album
array
商品轮播图片数组,字符串数组 数据列表 旧结构
必填
album
array
商品轮播图片数组 ,对像数组 数据列表 新桔构
必填
url
string
图片或视频链接 示例:http://localhost:6020/Upload/Product/10003/product_1572417096.mp4
必填
poster
string
视频封面 ,如是图片为空 示例:http://localhost:6020/Upload/Product/10003/product_1570728088.jpg
必填
type
number
类型 1为图片 2为视频 示例:2
必填
pic_info
array
商品介绍图片数组,字符串数组 数据列表
必填
product
object
数据字典
必填
index
number
当前商品规格索引ID 示例:1
必填
price
number
商品价格 示例:399
必填
market_price
number
市场价 示例:0
必填
stock
number
库存 示例:100
必填
specs_list
array
规格列表 数据列表
必填
id
number
规格类型ID 示例:0 注可不管 用不上
必填
name
string
规格类型名 示例:颜色
必填
list
array
规格类型中的规格属性值例表 数据列表
必填
id
number
规格索引ID,注是多种规格类型组合的ID,是切换规格的索引ID, 示例:1
必填
name
string
规格属性值 示例:白色
必填
is_default
boolean
是否选中 示例:true
必填
vip_price_info
object
VIP价格信息 ,如果没有VIP价格 返回是null
必填
title
string
标题 标例:宝妈部落会员专享价
必填
sub_title
string
省钱明细标题 标例:宝妈部落会员价
必填
price
number
会员价格
必填
discounts
number
省多少钱
必填
goods_activities
array
可选活动列表 数据列表
必填
activitie_id
number
活动ID 示例:3
必填
threshold_type
number
优惠类型 0全店商品 1指定商品 示例:1
必填
preferential_type
number
活动层级类型 0打折 1满减 示例:0
必填
vip
number
VIP 等级 0非VIP 大于属于VIP 示例:0
必填
title
string
标题 示例:满100元减50元,满200元减60元
必填
tj_titel
string
推荐标题 示例:
必填
tj_content
string
推荐内容 示例:
必填
sku
object
数据字典
必填
keys
object
数据字典
必填
类型名
array
类型值数组,字符串数组 数据列表
必填
sku_list
array
数据列表
必填
attrs
string
sku值,如:类型1值|类型2值 示例:白色|180cm
必填
stock
number
库存 示例:100
必填
index
number
规格索引 示例:1
必填
price
number
价格 示例:399
必填
market_price
number
市场价 示例:69
必填
vip_price_info
object
VIP价格信息 ,如果没有VIP价格 返回是null
必填
title
string
标题 标例:宝妈部落会员专享价
必填
sub_title
string
省钱明细标题 标例:宝妈部落会员价
必填
price
number
会员价格
必填
discounts
number
省多少钱
必填
sort
array
类型名排序 字符串数组
必填
share_picture_img_url
string
小程序分享海报图片链接
必填
is_vip
bool
是否是会员
必填
share_card
string
小程序分享卡图片链接
必填

说明 / 示例

## 接口地址 ## 成功返回示例 新 ```language { "data": { "id": 10003, "is_vip": false, "name": "七分裤", "comment_count": 0, "sale_count": 0, "subtitle": "甚至三厢一非顶不可在末枯要", "service_list": [{ "name": "7天包退", "content": "7天包退7天包退" }], "attributes": [{ "name": "一箱", "content": "24包" }], "album": [{ "url": "http://localhost:6020/Upload/Product/10003/product_1572417096.mp4", "poster": "http://localhost:6020/Upload/Product/10003/product_1570728088.jpg", "type": 2 }, { "url": "http://localhost:6020/Upload/Product/10003/product_1570728091.jpg", "poster": "", "type": 1 }, { "url": "http://localhost:6020/Upload/Product/10003/product_1572417093.jpg", "poster": "", "type": 1 }], "pic_info": [{ "url": "http://localhost:6020/Upload/Product/10003/product_1570728095.jpg", "poster": "", "type": 1 }, { "url": "http://localhost:6020/Upload/Product/10003/product_1572417099.jpg", "poster": "", "type": 1 }, { "url": "http://localhost:6020/Upload/Product/10003/product_1572417114.mp4", "poster": "http://localhost:6020/Upload/Product/10003/product_1572417102.jpg", "type": 2 }, { "url": "http://localhost:6020/Upload/Product/10003/product_1572417105.jpg", "poster": "", "type": 1 }], "product": { "index": 1, "price": 399.0, "market_price": 0.0, "stock": 100, "specs_list": [{ "id": 0, "name": "颜色", "list": [{ "id": 1, "name": "白色", "is_default": true }, { "id": 4, "name": "红色", "is_default": false }, { "id": 6, "name": "默青色", "is_default": false }] }, { "id": 0, "name": "尺码", "list": [{ "id": 1, "name": "180cm", "is_default": true }, { "id": 2, "name": "160cm", "is_default": false }, { "id": 3, "name": "165cm", "is_default": false }] }], "vip_price_info": { "title": "宝妈部落会员专享价", "sub_title": "宝妈部落会员价", "price": 99.5, "discounts": 20 } }, "goods_activities": [{ "activitie_id": 3, "threshold_type": 1, "preferential_type": 0, "vip": 0, "title": "满100元减50元,满200元减60元" }, { "activitie_id": 4, "threshold_type": 0, "preferential_type": 0, "vip": 0, "title": "1件打9折,2件打8折,4件打6折" }], "tj_titel": "", "tj_content": "", "sku": { "sort":["颜色","尺码"], "keys": { "颜色": ["白色", "红色", "默青色"], "尺码": ["180cm", "160cm", "165cm"] }, "sku_list": [{ "attrs": "白色|180cm", "stock": 100, "index": 1, "price": 399.0, "market_price": 69.0, "vip_price_info": { "title": "宝妈部落会员专享价", "sub_title": "宝妈部落会员价", "price": 99.5, "discounts": 20 } }, { "attrs": "白色|160cm", "stock": 100, "index": 2, "price": 399.0, "market_price": 69.0, "vip_price_info": null }, { "attrs": "白色|165cm", "stock": 100, "index": 3, "price": 399.0, "market_price": 69.0, "vip_price_info": null }, { "attrs": "红色|165cm", "stock": 100, "index": 4, "price": 399.0, "market_price": 69.0, "vip_price_info": { "title": "宝妈部落会员专享价", "sub_title": "宝妈部落会员价", "price": 99.5, "discounts": 20 } }, { "attrs": "红色|180cm", "stock": 100, "index": 5, "price": 399.0, "market_price": 69.0, "vip_price_info": null }, { "attrs": "默青色|180cm", "stock": 100, "index": 6, "price": 399.0, "market_price": 69.0, "vip_price_info": { "title": "宝妈部落会员专享价", "sub_title": "宝妈部落会员价", "price": 99.5, "discounts": 20 } }, { "attrs": "默青色|160cm", "stock": 100, "index": 7, "price": 399.0, "market_price": 69.0, "vip_price_info": null }] }, "share_picture_img_url":"http://xxxxx", "share_card":"http://xxxxx" }, "ret": 0, "err_code": 0, "msg": "ok" } ``` >i 注:ret = 0 为成功 ## 失败返回示例 ```language { "ret": 4, "msg": "参数不能为空", "err_code": 10008 } ``` >d 注:ret > 0 为失败 ## 错误编号(errCode):

响应参数-新

参数名
类型
描述
必填
ret
number
示例:0
必填
err_code
number
示例:0
必填
msg
string
示例:ok
必填
data
object
数据字典
必填
id
number
示例:10003
必填
name
string
示例:七分裤
必填
comment_count
number
示例:0
必填
sale_count
number
示例:0
必填
subtitle
string
示例:甚至三厢一非顶不可在末枯要
必填
service_list
array
数据列表
必填
name
string
示例:7天包退
必填
content
string
示例:7天包退7天包退
必填
attributes
array
数据列表
必填
name
string
示例:一箱
必填
content
string
示例:24包
必填
album
array
数据列表
必填
url
string
示例:http://localhost:6020/Upload/Product/10003/product_1572417096.mp4
必填
poster
string
示例:http://localhost:6020/Upload/Product/10003/product_1570728088.jpg
必填
type
number
示例:2
必填
pic_info
array
数据列表
必填
url
string
示例:http://localhost:6020/Upload/Product/10003/product_1570728095.jpg
必填
poster
string
示例:
必填
type
number
示例:1
必填
product
object
数据字典
必填
index
number
示例:0
必填
price
number
示例:100
必填
market_price
number
示例:120
必填
stock
number
示例:0
必填
specs_list
array
数据列表
必填
goods_activities
array
数据列表
必填
tj_titel
string
示例:
必填
tj_content
string
示例:
必填