艾特机加

后端接口文档


通过物流公司名称搜索物流公司

<p><strong>接口描述:</strong></p> <ul> <li>通过物流公司名称搜索物流公司,返回ID 和 NAME</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://localhost:8060/apiweb/public/searchexpress/{expressName}</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET</li> </ul> <p><strong>请求参数:JSON格式</strong></p> <table> <thead> <tr> <th style="text-align: left;">字段</th> <th style="text-align: left;">类型</th> <th style="text-align: left;">描述</th> <th style="text-align: left;">必填</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">expressName</td> <td style="text-align: left;">String</td> <td style="text-align: left;">物流公司名称</td> <td style="text-align: left;">否</td> </tr> </tbody> </table> <p><strong>响应头参数:</strong></p> <table> <thead> <tr> <th style="text-align: left;">字段</th> <th style="text-align: left;">类型</th> <th style="text-align: left;">说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">int</td> <td style="text-align: left;">响应代码</td> </tr> <tr> <td style="text-align: left;">message</td> <td style="text-align: left;">string</td> <td style="text-align: left;">响应描述</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">json</td> <td style="text-align: left;">业务数据</td> </tr> </tbody> </table> <p><strong>响应data参数:</strong></p> <p>见下面响应示例</p> <p><strong>请求示例</strong></p> <pre><code>http://localhost:8060/apiweb/public/searchexpress/顺丰</code></pre> <p><strong>响应示例</strong></p> <pre><code>{   &amp;quot;code&amp;quot;: 200,     &amp;quot;message&amp;quot;: &amp;quot;操作成功&amp;quot;,     &amp;quot;data&amp;quot;: [         {             &amp;quot;name&amp;quot;: &amp;quot;顺丰速运&amp;quot;,             &amp;quot;id&amp;quot;: 1         },         {             &amp;quot;name&amp;quot;: &amp;quot;新顺丰&amp;quot;,             &amp;quot;id&amp;quot;: 313         }     ] }</code></pre> <p><strong>备注</strong></p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML