获取物流公司
<p>[TOC]</p>
<h5>获取物流公司</h5>
<ul>
<li>获取物流公司</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>api/Order/LogisticsCompany</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;">sign</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>签名</td>
</tr>
<tr>
<td style="text-align: left;">appid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>分配的商户appid</td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code>{
&quot;appid&quot;: &quot;ZCPctdOa8CoZuVIffa&quot;,
&quot;sign&quot;: &quot;FD137C190E1E66E3C5548E38C6BB3776&quot;
}
&quot;</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;message&quot;: &quot;string&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: 0,
&quot;company_name&quot;: &quot;string&quot;,
&quot;company_code&quot;: &quot;string&quot;,
&quot;company_type&quot;: &quot;string&quot;,
&quot;create_time&quot;: &quot;string&quot;,
&quot;update_time&quot;: &quot;string&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;">company_name</td>
<td style="text-align: left;">string</td>
<td>物流公司</td>
</tr>
<tr>
<td style="text-align: left;">company_code</td>
<td style="text-align: left;">string</td>
<td>物流编码</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>