种植规划

种植规划


地块详情

<h5>简要描述</h5> <ul> <li>田间管理档案地块详情</li> </ul> <h5>请求URL</h5> <ul> <li><code>/plotManagement/plotDetail?plotId={plotId}</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET</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;">plotId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>获取田间管理档案表格时该行的 plotId</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ "code": 0, "data": { "farm": "string", "plotArea": "string", "plotCode": "string", "plotName": "string", "productionTeam": "string" }, "exceptionMsg": "string", "message": "string" }</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;">farm</td> <td style="text-align: left;">string</td> <td>农场</td> </tr> <tr> <td style="text-align: left;">plotArea</td> <td style="text-align: left;">string</td> <td>地块总面积,单位亩</td> </tr> <tr> <td style="text-align: left;">plotCode</td> <td style="text-align: left;">string</td> <td>地块编码</td> </tr> <tr> <td style="text-align: left;">plotName</td> <td style="text-align: left;">string</td> <td>地块名称</td> </tr> <tr> <td style="text-align: left;">productionTeam</td> <td style="text-align: left;">string</td> <td>生产队</td> </tr> </tbody> </table> <h5>备注</h5> <p>该接口用于下图红框信息</p> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/8d8c9d8988df47c492b98521c461537c" alt="" /></p>

页面列表

ITEM_HTML