[TOC]

简要描述
  • 获取报价详情接口

请求URL
  • https://ggtools.nanjingshop.com/open-api/quote

请求方式
  • POST

参数

content_type: application/json

参数名必选类型说明
app_keystring平台签发key
timestampstring时间戳,精确到秒
room_idinteger房间id,与订单id必填其一
order_idinteger订单id,与房间id必填其一

注意:请求接口需携带签名和token

返回示例
{
    "status": 1,
    "msg": "请求成功",
    "data": {
        "texture_shadow_quote_data": {
            "curTab": "shadow",
            "wardrobe": [
                {
                    "quotaItem": "柜体投影",
                    "unit": "平方",
                    "unitPrice": "1000.0",
                    "matSize": "779*1367*740",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": null,
                    "quotaItemType": "wardrobe",
                    "color": "T01",
                    "number": 1,
                    "type_name": "",
                    "amount": "1.0649",
                    "price": "1064.90",
                    "remark": ""
                },
                {
                    "quotaItem": "拉条",
                    "unit": "个",
                    "unitPrice": "5.0",
                    "matSize": "",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": null,
                    "quotaItemType": "component",
                    "color": "",
                    "number": "4",
                    "type_name": "",
                    "amount": "4",
                    "price": "20.00",
                    "remark": ""
                },
                {
                    "total": "1084.90"
                }
            ],
            "hardware": [
                {
                    "quotaItem": "连接件",
                    "unit": "个",
                    "unitPrice": "40.1",
                    "matSize": "三合一",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 52.0,
                    "type_name": "",
                    "amount": "52",
                    "price": "2085.20",
                    "remark": ""
                },
                {
                    "quotaItem": "铰链",
                    "unit": "个",
                    "unitPrice": "0.0",
                    "matSize": "内嵌式_默认铰链",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 2.0,
                    "type_name": "",
                    "matSpec": "默认铰链",
                    "amount": "2",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "普通拉手",
                    "unit": "个",
                    "unitPrice": "0.0",
                    "matSize": "两孔距: 160",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 1.0,
                    "type_name": "",
                    "amount": "1",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "total": "2085.20"
                }
            ],
            "other": [
                {
                    "total": "0.00"
                }
            ],
            "door": [
                {
                    "quotaItem": "主卧_柜A_吸塑门",
                    "unit": "平方",
                    "unitPrice": "50.0",
                    "matSize": "",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 1.0,
                    "type_name": "",
                    "matSpec": "625.25*530.46*20",
                    "amount": "0.3317",
                    "price": "16.59",
                    "remark": ""
                },
                {
                    "total": "16.59"
                }
            ],
            "total": "3186.69"
        },
        "room_shadow_quote_data": {
            "curTab": "shadow",
            "主卧_柜A": [
                {
                    "quotaItem": "柜体投影",
                    "matSize": "779*1367*740",
                    "amount": "1.0649",
                    "remark": "",
                    "matCode": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "cspec": "20测一测",
                    "color": "T01",
                    "name": "柜A",
                    "count": 1,
                    "number": 1,
                    "quotaItemType": "wardrobe",
                    "unit": "平方",
                    "unitPrice": "1000",
                    "price": "1064.90"
                },
                {
                    "quotaItem": "拉条",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "5.0",
                    "quotaItemType": "component",
                    "cspec": "20测一测",
                    "amount": "4",
                    "number": "4",
                    "price": "20.00",
                    "remark": ""
                },
                {
                    "total": "1084.90"
                }
            ],
            "hardware": [
                {
                    "quotaItem": "连接件",
                    "unit": "个",
                    "unitPrice": "40.1",
                    "matSize": "三合一",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 52.0,
                    "type_name": "",
                    "amount": "52",
                    "price": "2085.20",
                    "remark": ""
                },
                {
                    "quotaItem": "铰链",
                    "unit": "个",
                    "unitPrice": "0.0",
                    "matSize": "内嵌式_默认铰链",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 2.0,
                    "type_name": "",
                    "matSpec": "默认铰链",
                    "amount": "2",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "普通拉手",
                    "unit": "个",
                    "unitPrice": "0.0",
                    "matSize": "两孔距: 160",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 1.0,
                    "type_name": "",
                    "amount": "1",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "total": "2085.20"
                }
            ],
            "other": [
                {
                    "total": "0.00"
                }
            ],
            "door": [
                {
                    "quotaItem": "主卧_柜A_吸塑门",
                    "unit": "平方",
                    "unitPrice": "50.0",
                    "matSize": "",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 1.0,
                    "type_name": "",
                    "matSpec": "625.25*530.46*20",
                    "amount": "0.3317",
                    "price": "16.59",
                    "remark": ""
                },
                {
                    "total": "16.59"
                }
            ],
            "total": "3186.69"
        },
        "all_shadow_quote_data": {
            "curTab": "shadow",
            "主卧_柜A": [
                {
                    "quotaItem": "柜体投影",
                    "matSize": "779*1367*740",
                    "amount": "1.0649",
                    "remark": "",
                    "matCode": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "cspec": "20测一测",
                    "color": "T01",
                    "name": "柜A",
                    "count": 1,
                    "number": 1,
                    "quotaItemType": "wardrobe",
                    "unit": "平方",
                    "unitPrice": "1000",
                    "price": "1064.90"
                },
                {
                    "quotaItem": "格栅",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "平方",
                    "unitPrice": "27.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0.0000",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "套色格",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "25.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "异形",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "23.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "顶线",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "米",
                    "unitPrice": "21.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0.00",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "廊桥",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "19.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "酒杯架",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "17.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "罗马柱",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "15.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "酒架",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "平方",
                    "unitPrice": "13.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0.0000",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "楣板",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "11.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "酒架",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "格",
                    "unitPrice": "9.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "收口条",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "7.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "拉条",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "5.0",
                    "quotaItemType": "component",
                    "cspec": "20测一测",
                    "amount": "4",
                    "number": "4",
                    "price": "20.00",
                    "remark": ""
                },
                {
                    "quotaItem": "踢脚线",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "3.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "number": "0",
                    "amount": "0.0000",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "抽屉",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "1.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "total": "1084.90"
                }
            ],
            "hardware": [
                {
                    "quotaItem": "连接件",
                    "unit": "个",
                    "unitPrice": "40.1",
                    "matSize": "三合一",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 52.0,
                    "type_name": "",
                    "amount": "52",
                    "price": "2085.20",
                    "remark": ""
                },
                {
                    "quotaItem": "铰链",
                    "unit": "个",
                    "unitPrice": "0.0",
                    "matSize": "内嵌式_默认铰链",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 2.0,
                    "type_name": "",
                    "matSpec": "默认铰链",
                    "amount": "2",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "普通拉手",
                    "unit": "个",
                    "unitPrice": "0.0",
                    "matSize": "两孔距: 160",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 1.0,
                    "type_name": "",
                    "amount": "1",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "total": "2085.20"
                }
            ],
            "other": [
                {
                    "total": "0.00"
                }
            ],
            "door": [
                {
                    "quotaItem": "主卧_柜A_吸塑门",
                    "unit": "平方",
                    "unitPrice": "50.0",
                    "matSize": "",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 1.0,
                    "type_name": "",
                    "matSpec": "625.25*530.46*20",
                    "amount": "0.3317",
                    "price": "16.59",
                    "remark": ""
                },
                {
                    "total": "16.59"
                }
            ],
            "total": "3186.69"
        },
        "texture_expand_quote_data": {
            "curTab": "expand",
            "wardrobe": [
                {
                    "quotaItem": "20测一测_T01",
                    "unit": "平方",
                    "unitPrice": "100.0",
                    "matSize": "",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": null,
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 13,
                    "type_name": null,
                    "matSpec": "",
                    "texImg": "T01",
                    "amount": "4.6499",
                    "price": "464.99",
                    "remark": ""
                },
                {
                    "quotaItem": "10实木_T01",
                    "unit": "平方",
                    "unitPrice": "0.0",
                    "matSize": "",
                    "cspec": "10实木",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": null,
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 4,
                    "type_name": null,
                    "matSpec": "",
                    "texImg": "T01",
                    "amount": "0.9890",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "拉条",
                    "unit": "个",
                    "unitPrice": "6.0",
                    "matSize": "",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": null,
                    "quotaItemType": "component",
                    "color": "",
                    "number": "4",
                    "type_name": "",
                    "amount": "4",
                    "price": "24.00",
                    "remark": ""
                },
                {
                    "total": "488.99"
                }
            ],
            "hardware": [
                {
                    "quotaItem": "连接件",
                    "unit": "个",
                    "unitPrice": "40.1",
                    "matSize": "三合一",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 52.0,
                    "type_name": "",
                    "amount": "52",
                    "price": "2085.20",
                    "remark": ""
                },
                {
                    "quotaItem": "铰链",
                    "unit": "个",
                    "unitPrice": "0.0",
                    "matSize": "内嵌式_默认铰链",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 2.0,
                    "type_name": "",
                    "matSpec": "默认铰链",
                    "amount": "2",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "普通拉手",
                    "unit": "个",
                    "unitPrice": "0.0",
                    "matSize": "两孔距: 160",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 1.0,
                    "type_name": "",
                    "amount": "1",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "total": "2085.20"
                }
            ],
            "other": [
                {
                    "total": "0.00"
                }
            ],
            "door": [
                {
                    "quotaItem": "主卧_柜A_吸塑门",
                    "unit": "平方",
                    "unitPrice": "50.0",
                    "matSize": "",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 1.0,
                    "type_name": "",
                    "matSpec": "625.25*530.46*20",
                    "amount": "0.3317",
                    "price": "16.59",
                    "remark": ""
                },
                {
                    "total": "16.59"
                }
            ],
            "total": "2590.78"
        },
        "room_expand_quote_data": {
            "curTab": "expand",
            "主卧_柜A": [
                {
                    "quotaItem": "20测一测_T01",
                    "matSize": "",
                    "unit": "平方",
                    "remark": "",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unitPrice": "100",
                    "texImg": "T01",
                    "substrate": null,
                    "plankName": null,
                    "role_name": null,
                    "quotaItemType": "wardrobe",
                    "amount": "4.6499",
                    "number": 13,
                    "price": "464.99"
                },
                {
                    "quotaItem": "10实木_T01",
                    "matSize": "",
                    "unit": "平方",
                    "remark": "",
                    "cspec": "10实木",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unitPrice": "0",
                    "texImg": "T01",
                    "substrate": null,
                    "plankName": null,
                    "role_name": null,
                    "quotaItemType": "wardrobe",
                    "amount": "0.9890",
                    "number": 4,
                    "price": "0.00"
                },
                {
                    "quotaItem": "拉条",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "6.0",
                    "quotaItemType": "component",
                    "cspec": "20测一测",
                    "amount": "4",
                    "number": "4",
                    "price": "24.00",
                    "remark": ""
                },
                {
                    "total": "488.99"
                }
            ],
            "hardware": [
                {
                    "quotaItem": "连接件",
                    "unit": "个",
                    "unitPrice": "40.1",
                    "matSize": "三合一",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 52.0,
                    "type_name": "",
                    "amount": "52",
                    "price": "2085.20",
                    "remark": ""
                },
                {
                    "quotaItem": "铰链",
                    "unit": "个",
                    "unitPrice": "0.0",
                    "matSize": "内嵌式_默认铰链",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 2.0,
                    "type_name": "",
                    "matSpec": "默认铰链",
                    "amount": "2",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "普通拉手",
                    "unit": "个",
                    "unitPrice": "0.0",
                    "matSize": "两孔距: 160",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 1.0,
                    "type_name": "",
                    "amount": "1",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "total": "2085.20"
                }
            ],
            "other": [
                {
                    "total": "0.00"
                }
            ],
            "door": [
                {
                    "quotaItem": "主卧_柜A_吸塑门",
                    "unit": "平方",
                    "unitPrice": "50.0",
                    "matSize": "",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 1.0,
                    "type_name": "",
                    "matSpec": "625.25*530.46*20",
                    "amount": "0.3317",
                    "price": "16.59",
                    "remark": ""
                },
                {
                    "total": "16.59"
                }
            ],
            "total": "2590.78"
        },
        "all_expand_quote_data": {
            "curTab": "expand",
            "主卧_柜A": [
                {
                    "quotaItem": "20测一测_T01",
                    "matSize": "",
                    "unit": "平方",
                    "remark": "",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unitPrice": "100",
                    "texImg": "T01",
                    "substrate": null,
                    "plankName": null,
                    "role_name": null,
                    "quotaItemType": "wardrobe",
                    "amount": "4.6499",
                    "number": 13,
                    "price": "464.99"
                },
                {
                    "quotaItem": "10实木_T01",
                    "matSize": "",
                    "unit": "平方",
                    "remark": "",
                    "cspec": "10实木",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unitPrice": "0",
                    "texImg": "T01",
                    "substrate": null,
                    "plankName": null,
                    "role_name": null,
                    "quotaItemType": "wardrobe",
                    "amount": "0.9890",
                    "number": 4,
                    "price": "0.00"
                },
                {
                    "quotaItem": "格栅",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "平方",
                    "unitPrice": "28.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0.0000",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "套色格",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "26.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "异形",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "24.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "顶线",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "米",
                    "unitPrice": "22.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0.00",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "廊桥",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "20.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "酒杯架",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "18.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "罗马柱",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "16.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "酒架",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "平方",
                    "unitPrice": "10.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0.0000",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "楣板",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "12.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "酒架",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "格",
                    "unitPrice": "10.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "收口条",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "8.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "拉条",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "6.0",
                    "quotaItemType": "component",
                    "cspec": "20测一测",
                    "amount": "4",
                    "number": "4",
                    "price": "24.00",
                    "remark": ""
                },
                {
                    "quotaItem": "踢脚线",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "4.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "number": "0",
                    "amount": "0.0000",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "抽屉",
                    "matSize": "",
                    "warMatSize": "778.84*1367.34*720.0",
                    "unit": "个",
                    "unitPrice": "2.0",
                    "quotaItemType": "component",
                    "cspec": "",
                    "amount": "0",
                    "number": "0",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "total": "488.99"
                }
            ],
            "hardware": [
                {
                    "quotaItem": "连接件",
                    "unit": "个",
                    "unitPrice": "40.1",
                    "matSize": "三合一",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 52.0,
                    "type_name": "",
                    "amount": "52",
                    "price": "2085.20",
                    "remark": ""
                },
                {
                    "quotaItem": "铰链",
                    "unit": "个",
                    "unitPrice": "0.0",
                    "matSize": "内嵌式_默认铰链",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 2.0,
                    "type_name": "",
                    "matSpec": "默认铰链",
                    "amount": "2",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "普通拉手",
                    "unit": "个",
                    "unitPrice": "0.0",
                    "matSize": "两孔距: 160",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 1.0,
                    "type_name": "",
                    "amount": "1",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "total": "2085.20"
                }
            ],
            "other": [
                {
                    "total": "0.00"
                }
            ],
            "door": [
                {
                    "quotaItem": "主卧_柜A_吸塑门",
                    "unit": "平方",
                    "unitPrice": "50.0",
                    "matSize": "",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 1.0,
                    "type_name": "",
                    "matSpec": "625.25*530.46*20",
                    "amount": "0.3317",
                    "price": "16.59",
                    "remark": ""
                },
                {
                    "total": "16.59"
                }
            ],
            "total": "2590.78"
        },
        "detail_expand_quote_data": {
            "curTab": "expand",
            "wardrobe": [
                {
                    "quotaItem": "主卧_柜A_中立板01_T01",
                    "unit": "平方",
                    "unitPrice": "100.0",
                    "matSize": "720*1367.34*20",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": "中立板01",
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 1,
                    "type_name": "Plank",
                    "texImg": "T01",
                    "substrate": "测一测",
                    "amount": "0.9845",
                    "price": "98.45",
                    "remark": ""
                },
                {
                    "quotaItem": "主卧_柜A_左立板01_T01",
                    "unit": "平方",
                    "unitPrice": "100.0",
                    "matSize": "720*1367.34*20",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": "左立板01",
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 1,
                    "type_name": "Plank",
                    "texImg": "T01",
                    "substrate": "测一测",
                    "amount": "0.9845",
                    "price": "98.45",
                    "remark": ""
                },
                {
                    "quotaItem": "主卧_柜A_右立板01_T01",
                    "unit": "平方",
                    "unitPrice": "100.0",
                    "matSize": "720*1367.34*20",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": "右立板01",
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 1,
                    "type_name": "Plank",
                    "texImg": "T01",
                    "substrate": "测一测",
                    "amount": "0.9845",
                    "price": "98.45",
                    "remark": ""
                },
                {
                    "quotaItem": "主卧_柜A_顶板01_T01",
                    "unit": "平方",
                    "unitPrice": "100.0",
                    "matSize": "720*186.38*20",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": "顶板01",
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 1,
                    "type_name": "Plank",
                    "texImg": "T01",
                    "substrate": "测一测",
                    "amount": "0.1342",
                    "price": "13.42",
                    "remark": ""
                },
                {
                    "quotaItem": "主卧_柜A_顶板02_T01",
                    "unit": "平方",
                    "unitPrice": "100.0",
                    "matSize": "720*532.46*20",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": "顶板02",
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 1,
                    "type_name": "Plank",
                    "texImg": "T01",
                    "substrate": "测一测",
                    "amount": "0.3834",
                    "price": "38.34",
                    "remark": ""
                },
                {
                    "quotaItem": "主卧_柜A_底板01_T01",
                    "unit": "平方",
                    "unitPrice": "100.0",
                    "matSize": "720*186.38*20",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": "底板01",
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 1,
                    "type_name": "Plank",
                    "texImg": "T01",
                    "substrate": "测一测",
                    "amount": "0.1342",
                    "price": "13.42",
                    "remark": ""
                },
                {
                    "quotaItem": "主卧_柜A_底板02_T01",
                    "unit": "平方",
                    "unitPrice": "100.0",
                    "matSize": "720*532.46*20",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": "底板02",
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 1,
                    "type_name": "Plank",
                    "texImg": "T01",
                    "substrate": "测一测",
                    "amount": "0.3834",
                    "price": "38.34",
                    "remark": ""
                },
                {
                    "quotaItem": "主卧_柜A_横隔板01_T01",
                    "unit": "平方",
                    "unitPrice": "100.0",
                    "matSize": "720*186.38*20",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": "横隔板01",
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 1,
                    "type_name": "Plank",
                    "texImg": "T01",
                    "substrate": "测一测",
                    "amount": "0.1342",
                    "price": "13.42",
                    "remark": ""
                },
                {
                    "quotaItem": "主卧_柜A_横隔板02_T01",
                    "unit": "平方",
                    "unitPrice": "100.0",
                    "matSize": "720*532.46*20",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": "横隔板02",
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 1,
                    "type_name": "Plank",
                    "texImg": "T01",
                    "substrate": "测一测",
                    "amount": "0.3834",
                    "price": "38.34",
                    "remark": ""
                },
                {
                    "quotaItem": "主卧_柜A_背板拉条02_T01",
                    "unit": "平方",
                    "unitPrice": "100.0",
                    "matSize": "532.46*100*20",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": "背板拉条02",
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 1,
                    "type_name": "BracePlank",
                    "texImg": "T01",
                    "substrate": "测一测",
                    "amount": "0.0532",
                    "price": "5.32",
                    "remark": ""
                },
                {
                    "quotaItem": "主卧_柜A_背板拉条01_T01",
                    "unit": "平方",
                    "unitPrice": "100.0",
                    "matSize": "186.38*100*20",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": "背板拉条01",
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 1,
                    "type_name": "BracePlank",
                    "texImg": "T01",
                    "substrate": "测一测",
                    "amount": "0.0186",
                    "price": "1.86",
                    "remark": ""
                },
                {
                    "quotaItem": "主卧_柜A_背板拉条03_T01",
                    "unit": "平方",
                    "unitPrice": "100.0",
                    "matSize": "186.38*100*20",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": "背板拉条03",
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 1,
                    "type_name": "BracePlank",
                    "texImg": "T01",
                    "substrate": "测一测",
                    "amount": "0.0186",
                    "price": "1.86",
                    "remark": ""
                },
                {
                    "quotaItem": "主卧_柜A_背板拉条04_T01",
                    "unit": "平方",
                    "unitPrice": "100.0",
                    "matSize": "532.46*100*20",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": "背板拉条04",
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 1,
                    "type_name": "BracePlank",
                    "texImg": "T01",
                    "substrate": "测一测",
                    "amount": "0.0532",
                    "price": "5.32",
                    "remark": ""
                },
                {
                    "quotaItem": "主卧_柜A_背板02_T01",
                    "unit": "平方",
                    "unitPrice": "0.0",
                    "matSize": "544.46*692.08*10",
                    "cspec": "10实木",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": "背板02",
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 1,
                    "type_name": "BackPlank",
                    "texImg": "T01",
                    "substrate": "实木",
                    "amount": "0.3768",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "主卧_柜A_背板01_T01",
                    "unit": "平方",
                    "unitPrice": "0.0",
                    "matSize": "198.38*692.08*10",
                    "cspec": "10实木",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": "背板01",
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 1,
                    "type_name": "BackPlank",
                    "texImg": "T01",
                    "substrate": "实木",
                    "amount": "0.1373",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "主卧_柜A_背板03_T01",
                    "unit": "平方",
                    "unitPrice": "0.0",
                    "matSize": "198.38*639.25*10",
                    "cspec": "10实木",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": "背板03",
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 1,
                    "type_name": "BackPlank",
                    "texImg": "T01",
                    "substrate": "实木",
                    "amount": "0.1268",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "主卧_柜A_背板04_T01",
                    "unit": "平方",
                    "unitPrice": "0.0",
                    "matSize": "544.46*639.25*10",
                    "cspec": "10实木",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": "背板04",
                    "quotaItemType": "wardrobe",
                    "color": "",
                    "number": 1,
                    "type_name": "BackPlank",
                    "texImg": "T01",
                    "substrate": "实木",
                    "amount": "0.3480",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "拉条",
                    "unit": "个",
                    "unitPrice": "6.0",
                    "matSize": "",
                    "cspec": "20测一测",
                    "warMatSize": "778.84*1367.34*720.0",
                    "plankName": null,
                    "quotaItemType": "component",
                    "color": "",
                    "number": "4",
                    "type_name": "",
                    "amount": "4",
                    "price": "24.00",
                    "remark": ""
                },
                {
                    "total": "488.99"
                }
            ],
            "hardware": [
                {
                    "quotaItem": "连接件",
                    "unit": "个",
                    "unitPrice": "40.1",
                    "matSize": "三合一",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 52.0,
                    "type_name": "",
                    "amount": "52",
                    "price": "2085.20",
                    "remark": ""
                },
                {
                    "quotaItem": "铰链",
                    "unit": "个",
                    "unitPrice": "0.0",
                    "matSize": "内嵌式_默认铰链",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 2.0,
                    "type_name": "",
                    "matSpec": "默认铰链",
                    "amount": "2",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "quotaItem": "普通拉手",
                    "unit": "个",
                    "unitPrice": "0.0",
                    "matSize": "两孔距: 160",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 1.0,
                    "type_name": "",
                    "amount": "1",
                    "price": "0.00",
                    "remark": ""
                },
                {
                    "total": "2085.20"
                }
            ],
            "other": [
                {
                    "total": "0.00"
                }
            ],
            "door": [
                {
                    "quotaItem": "主卧_柜A_柜门01_单开门01",
                    "unit": "平方",
                    "unitPrice": "50.0",
                    "matSize": "",
                    "cspec": "",
                    "warMatSize": "",
                    "plankName": null,
                    "color": "",
                    "number": 1,
                    "type_name": "",
                    "matSpec": "625.25*530.46*20",
                    "amount": "0.3317",
                    "price": "16.59",
                    "remark": ""
                },
                {
                    "total": "16.59"
                }
            ],
            "total": "2590.78"
        },
        "total_area": {
            "order_door_expand": 0.3317,
            "order_expand": 5.6389,
            "order_shadow": 1.0649
        }
    },
}
返回参数说明
参数名类型说明
statusint请求状态,1:成功,0:失败
msgstring状态说明
dataobject数据
texture_shadow_quote_dataarray材质投影面积
room_shadow_quote_dataarray房间投影面积
all_shadow_quote_dataarray最全投影面积
texture_expand_quote_dataarray材质展开面积
room_expand_quote_dataarray房间展开面积
all_expand_quote_dataarray最全展开面积
detail_expand_quote_dataarray明细展开面积



永利·集团累计为
7368555
位用户提供服务

客服热线

联系电话:400-1567-080

微信咨询

扫码在线咨询
企微官网客服在线随时答复

公众号

扫一扫
关注官方公众号

抖音号

扫一扫
关注官方抖音号