预订单关联销售订单列表接口
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>预订单关联销售订单列表接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/app-store/sales-order-show-list</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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>预订单ID</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;errCode&quot;: 1000,
&quot;errMsg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: &quot;100543&quot;,
&quot;order_sn&quot;: &quot;SO23082500100543&quot;,
&quot;order_type&quot;: &quot;34&quot;,
&quot;service_type&quot;: &quot;1&quot;,
&quot;head_direct&quot;: &quot;1&quot;,
&quot;picking_type&quot;: &quot;1&quot;,
&quot;inner_mark&quot;: &quot;0&quot;,
&quot;inner_org&quot;: &quot;0&quot;,
&quot;inner_confirm&quot;: &quot;0&quot;,
&quot;check_status&quot;: &quot;0&quot;,
&quot;clearing_method&quot;: &quot;1&quot;,
&quot;kind&quot;: &quot;1&quot;,
&quot;final_kind&quot;: &quot;0&quot;,
&quot;count&quot;: 1,
&quot;total_amount&quot;: &quot;100.00&quot;,
&quot;final_count&quot;: 0,
&quot;final_total_amount&quot;: &quot;0.00&quot;,
&quot;status&quot;: &quot;9&quot;,
&quot;warehouse_name&quot;: &quot;优配车联仓库&quot;,
&quot;order_typeTxt&quot;: &quot;在店销售&amp;拣货&quot;,
&quot;statusTxt&quot;: &quot;待拣货&quot;,
&quot;stock_order_sn&quot;: &quot;&quot;
}
]
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>