导入设计单统计报价接口
<p>欢迎使用ShowDoc!</p>
<h5>简要描述</h5>
<ul>
<li>导入设计单统计报价接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://ggtools.thinkerx.com/erp/import_guigui_quote</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">guigui_order_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>柜柜订单id</td>
</tr>
<tr>
<td style="text-align: left;">uid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>订单所属的用户id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"status": 1,
"msg": "请求成功",
"data": {
"guigui_order_id": 123,
"customer_id": 123,
"customer_name": "xxx",
"address": "xxx",
"phone_number": "1234567895"
"remark": "beizhu",
"commodity_list":[
{
"name": "xxx",
"type": "plank",
"brand_type": "",
"brand_name": null,
"color_name": "T01",
"steel_plate": "",
"count": 6,
"unit_price": 2.00,
"remark": "",
"picture": []
"detail_value":
{
"substrate": "颗粒板",
"thick": "9",
"spec": "24*24*24",
"texture_method": ""
}
}
]
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>