自动化设备到派-http接口文档


快递公司识别接口

<h5>简要描述</h5> <ul> <li>快递公司识别接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/openapi/express/guessCp</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;">sheetNo</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>运单号</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>{ &amp;quot;sheetNo&amp;quot;: &amp;quot;75706890164395&amp;quot;, }</code></pre> <h5>正常返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 200, &amp;quot;data&amp;quot;: { &amp;quot;sheetNo&amp;quot;: &amp;quot;JT5216548149701&amp;quot;, &amp;quot;company&amp;quot;: &amp;quot;JT&amp;quot; }, &amp;quot;message&amp;quot;: &amp;quot;success&amp;quot;, &amp;quot;success&amp;quot;: true, &amp;quot;isEncrypt&amp;quot;: false }</code></pre> <h5>错误返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 400, &amp;quot;message&amp;quot;: &amp;quot;签名错误&amp;quot;, &amp;quot;success&amp;quot;: false }</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</td> <td style="text-align: left;">boolean</td> <td>快递公司编码</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML