文档
测试
POST
https://shop.szpdc.com/api/shop/search

请求头

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

请求参数

参数名
类型
描述
必填
name
string
示例:联想
必填

响应参数

参数名
类型
描述
必填
jsonrpc
string
示例:2.0
必填
id
object
示例:null
必填
result
object
结果
必填
asItems
array
热门推荐
必填
img
string
示例:https://shop.szpdc.com/web/content/595
必填
price
int
示例:1350
必填
name
string
示例:联想(ThinkVision) 服务器 图形工作站 台式机 显示器 P24I 23.8英寸 1920*1080
必填
sale
int
示例:0
必填
remarks
int
示例:0
必填
sku
string
示例:1010010040007
必填
goodsList
array
查询结果商品列表
必填
img
string
示例:https://shop.szpdc.com/web/content/595
必填
price
int
示例:1350
必填
name
string
示例:联想(ThinkVision) 服务器 图形工作站 台式机 显示器 P24I 23.8英寸 1920*1080
必填
sale
int
示例:0
必填
remarks
int
示例:0
必填
sku
string
示例:1010010040007
必填

说明 / 示例

```json { "jsonrpc": "2.0", "id": null, "result": { "asItems": [ { "img": "https://shop.szpdc.com/web/content/595", "price": 1350.0, "name": "联想(ThinkVision) 服务器 图形工作站 台式机 显示器 P24I 23.8英寸 1920*1080", "sale": 0.0, "remarks": 0, "sku": "1010010040007" }, { "img": "https://shop.szpdc.com/web/content/580", "price": 13365.0, "name": "联想ThinkPad T14 2020款(08CD)英特尔酷睿i7 14英寸轻薄笔记本电脑 i7-10510U 16G 512GSSD 2G独显 广视角屏", "sale": 0.0, "remarks": 0, "sku": "1010010020006" } ], "goodsList": [ { "img": "https://shop.szpdc.com/web/content/595", "price": 1350.0, "name": "联想(ThinkVision) 服务器 图形工作站 台式机 显示器 P24I 23.8英寸 1920*1080", "sale": 0.0, "remarks": 0, "sku": "1010010040007" }, { "img": "https://shop.szpdc.com/web/content/580", "price": 13365.0, "name": "联想ThinkPad T14 2020款(08CD)英特尔酷睿i7 14英寸轻薄笔记本电脑 i7-10510U 16G 512GSSD 2G独显 广视角屏", "sale": 0.0, "remarks": 0, "sku": "1010010020006" } ] } } ```