cases - TimYi/FengHuang GitHub Wiki
请求URL
http://101.200.229.135:8080/api/product/cases
请求方式
GET
请求参数
page:页码
size:大小
tags:过滤标签组,过滤方式为and过滤,即筛选后的资源拥有全部这些标签
返回参数
套餐名称 packageName 499套餐 string
风格 stype 欧式 string
空间 space 书房、厨房 string
户型 houseType 二居室 string
价格 price 51888 double
面积 area 88.85 double
描述 description 三居80㎡简装499套餐简欧案例 string
案例编号 code AL10230405(手动输入) string
TAG tags 公寓 卧室 简欧(like匹配) string
图片 mainPic 图片{id,url} media
返回示例
{
"result": {
"totalCount": 2,
"totalPages": 1,
"page": 1,
"size": 8,
"result": [
{
"id": "404040e64dfb49c7014dfb49d55b0000",
"name": "凤凰筑家装修案例",
"packageName": null,
"style": "美式",
"space": null,
"houseType": null,
"price": 58888,
"area": 88.85,
"description": null,
"code": null,
"mainPic": null,
"tags": [
{
"name": "499套餐"
},
{
"name": "简约"
},
{
"name": "厨房"
}
]
},
{
"id": "404040e64dfb4dc2014dfb4dd2710000",
"name": "凤凰筑家装修案例",
"packageName": null,
"style": "美式",
"space": null,
"houseType": null,
"price": 58888,
"area": 88.85,
"description": null,
"code": null,
"mainPic": null,
"tags": [
{
"name": "499套餐"
},
{
"name": "美式"
},
{
"name": "厨房"
}
]
}
]
},
"status": "OK"
}