种植规划

种植规划


查询设备类型

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>查询设备类型</li> </ul> <h5>请求URL</h5> <ul> <li><code>/equipment/typeList</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>返回示例</h5> <pre><code>{ "code": 1, "message": null, "data": { "pairs": [ { "key": 20, "value": "割草机" }, { "key": 19, "value": "喷洒机" }, { "key": 24, "value": "抽水机" }, { "key": 21, "value": "拖拉机" }, { "key": 18, "value": "播种机" }, { "key": 23, "value": "收割机" }, { "key": 22, "value": "追肥机" } ] }, "exceptionMsg": null, "exceptionTrace": null }</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;">key</td> <td style="text-align: left;">int</td> <td>类型 id</td> </tr> <tr> <td style="text-align: left;">value</td> <td style="text-align: left;">string</td> <td>类型名称</td> </tr> </tbody> </table>

页面列表

ITEM_HTML