case - TimYi/FengHuang GitHub Wiki

请求URL

http://101.200.229.135:8080/api/product/case/{id}

请求方式

GET  

请求参数

id:路径参数,套餐id

返回参数

 套餐名称	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": {
    "id": "404040e64dfb49c7014dfb49d55b0000",
    "name": "凤凰筑家装修案例",
    "packageName": null,
    "style": "美式",
    "space": null,
    "houseType": null,
    "price": 58888,
    "area": 88.85,
    "description": null,
    "code": null,
    "mainPic": null,
    "tags": [
        {
            "name": "简约"
        },
        {
            "name": "厨房"
        },
        {
            "name": "499套餐"
        }
    ]
},
"status": "OK"
}