供应商接口文档


获取物流公司

<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>{ &amp;quot;appid&amp;quot;: &amp;quot;ZCPctdOa8CoZuVIffa&amp;quot;, &amp;quot;sign&amp;quot;: &amp;quot;FD137C190E1E66E3C5548E38C6BB3776&amp;quot; } &amp;quot;</code></pre> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 0,     &amp;quot;message&amp;quot;: &amp;quot;string&amp;quot;,     &amp;quot;data&amp;quot;: [         {             &amp;quot;id&amp;quot;: 0,             &amp;quot;company_name&amp;quot;: &amp;quot;string&amp;quot;,             &amp;quot;company_code&amp;quot;: &amp;quot;string&amp;quot;,             &amp;quot;company_type&amp;quot;: &amp;quot;string&amp;quot;,             &amp;quot;create_time&amp;quot;: &amp;quot;string&amp;quot;,             &amp;quot;update_time&amp;quot;: &amp;quot;string&amp;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>

页面列表

ITEM_HTML