文档
测试

商品详情

POST
https://shop.szpdc.com/api/shop/details

接口描述

商品详情

请求头

参数名
类型
描述
必填
Content-Type
string
示例:application/json
必填

请求参数

参数名
类型
描述
必填
sku
string
商品编号,示例:1010010060013
必填

响应参数

参数名
类型
描述
必填
jsonrpc
string
示例:2.0
必填
id
object
示例:null
必填
result
object
结果
必填
goodsImg
array
展示图,数据列表
必填
title
string
标题,示例:联想台式机启天M428九代酷睿i3-9100四核1TB+128G固态商用办公税控台式电脑整机 主机(含键鼠)无显示器 i3-9100 4G 128G固态 标配
必填
price
int
价格,示例:3396
必填
company_ids
array
合同公司,数据列表
必填
company_names
array
公司名字,数据列表
必填
tags
array
标签,数据列表
必填
remarksNum
int
评论数,示例:0
必填
setMeal
array
套餐列表
必填
0
object
数据字典
必填
intro
string
描述,示例:I3+4G+128GB
必填
price
int
价格,示例:3187
必填
product_id
int
套餐id,示例:18
必填
img
string
图片,示例:
必填
sku
string
编号,示例:1010010060013018
必填
company_id
int
公司id,示例:3
必填
goodsDetail
array
详情图片列表
必填
param
array
商品参数列表
必填
title
string
参数名,示例:商品名称
必填
content
string
参数内容,示例:联想台式机启天M428九代酷睿i3-9100四核1TB+128G固态商用办公税控台式电脑整机 主机(含键鼠)无显示器 i3-9100 4G 128G固态 标配
必填
is_enterprises
boolean
仅公司可购,示例:true
必填

说明 / 示例

```json { "jsonrpc": "2.0", "id": null, "result": { "goodsImg": [ "https://shop.szpdc.com/web/content/492", "https://shop.szpdc.com/web/content/493", "https://shop.szpdc.com/web/content/494" ], "title": "联想台式机启天M428九代酷睿i3-9100四核1TB+128G固态商用办公税控台式电脑整机 主机(含键鼠)无显示器 i3-9100 4G 128G固态 标配", "price": 3396.0, "company_ids": [ 3 ], "company_names": [ "星河集团" ], "tags": [], "remarksNum": 0, "setMeal": [ [ { "intro": "I3+4G+128GB", "price": 3187.0, "product_id": 18, "img": "", "sku": "1010010060013018", "company_id": 3 } ] ], "goodsDetail": [ "https://shop.szpdc.com/web/content/495", "https://shop.szpdc.com/web/content/496", "https://shop.szpdc.com/web/content/497", "https://shop.szpdc.com/web/content/498" ], "param": [ { "title": "商品名称", "content": "联想台式机启天M428九代酷睿i3-9100四核1TB+128G固态商用办公税控台式电脑整机 主机(含键鼠)无显示器 i3-9100 4G 128G固态 标配" }, { "title": "商品编号", "content": "1010010060013" }, { "title": "店铺", "content": false }, { "title": "商品毛重", "content": 9.58 }, { "title": "商品产地", "content": "中国大陆" }, { "title": "机型", "content": false }, { "title": "材质", "content": false }, { "title": "款式", "content": "商用主机" }, { "title": "适用人群", "content": "通用" } ], "is_enterprises": true } } ```