根据id查询塘口信息
<p>[TOC]</p>
<hr />
<h3>接口说明</h3>
<ul>
<li>根据id查询塘口信息</li>
</ul>
<h3>接口地址</h3>
<ul>
<li><code>http://xxx.com/pondInfo/pondInfo/getInfoById</code></li>
</ul>
<h3>请求方式</h3>
<ul>
<li>GET</li>
</ul>
<h3>请求参数</h3>
<ul>
<li><strong>请求头</strong></li>
</ul>
<table>
<thead>
<tr>
<th style="text-align: center;">参数名</th>
<th style="text-align: center;">类型</th>
<th style="text-align: center;">是否必选</th>
<th style="text-align: center;">说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">ut</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">√</td>
<td style="text-align: center;">token密钥</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>请求行</strong></li>
</ul>
<table>
<thead>
<tr>
<th style="text-align: center;">参数名</th>
<th style="text-align: center;">类型</th>
<th style="text-align: center;">是否必选</th>
<th style="text-align: center;">说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">pondId</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">√</td>
<td style="text-align: center;">塘口ID,接口见<a href="#">塘口列表</a></td>
</tr>
</tbody>
</table>
<h3>响应数据</h3>
<table>
<thead>
<tr>
<th style="text-align: center;">参数名</th>
<th style="text-align: center;">类型</th>
<th style="text-align: center;">说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">res</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">1:成功,0:失败</td>
</tr>
<tr>
<td style="text-align: center;">msg</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">提示信息</td>
</tr>
<tr>
<td style="text-align: center;">data</td>
<td style="text-align: center;">Object</td>
<td style="text-align: center;">响应数据</td>
</tr>
<tr>
<td style="text-align: center;">error</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">错误信息</td>
</tr>
<tr>
<td style="text-align: center;">count</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">数量</td>
</tr>
</tbody>
</table>
<h3>响应数据data说明</h3>
<table>
<thead>
<tr>
<th style="text-align: center;">参数名</th>
<th style="text-align: center;">类型</th>
<th style="text-align: center;">说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">pondId</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">塘口ID</td>
</tr>
<tr>
<td style="text-align: center;">companyId</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">企业ID</td>
</tr>
<tr>
<td style="text-align: center;">companyName</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">企业名称</td>
</tr>
<tr>
<td style="text-align: center;">name</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">塘口名称</td>
</tr>
<tr>
<td style="text-align: center;">pondType</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">塘口类型</td>
</tr>
<tr>
<td style="text-align: center;">pondCategory</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">塘口类目</td>
</tr>
<tr>
<td style="text-align: center;">breed</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">品种</td>
</tr>
<tr>
<td style="text-align: center;">status</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">状态,1:待完善,2:待审核,3:审核通过,4:审核驳回,5:待更新</td>
</tr>
<tr>
<td style="text-align: center;">area</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">塘口面积</td>
</tr>
<tr>
<td style="text-align: center;">isHighLevel</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">标准,1:低标准,2:高标准</td>
</tr>
<tr>
<td style="text-align: center;">estimatedOutput</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">预计产量</td>
</tr>
<tr>
<td style="text-align: center;">specification</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">出塘规格</td>
</tr>
<tr>
<td style="text-align: center;">specificationTime</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">预计出塘时间</td>
</tr>
<tr>
<td style="text-align: center;">type</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">类型,1:在养,2:待产</td>
</tr>
<tr>
<td style="text-align: center;">addTime</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">创建时间</td>
</tr>
<tr>
<td style="text-align: center;">updTime</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">修改时间</td>
</tr>
</tbody>
</table>
<h3>响应示例</h3>
<pre><code>{
&quot;res&quot;: 1,
&quot;msg&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;pondId&quot;: &quot;0c772eebc39842728d613338b5200f7f&quot;,
&quot;companyId&quot;: &quot;d15004bb541249cfb4b25cf0d7b1ddb8&quot;,
&quot;companyName&quot;: &quot;111&quot;,
&quot;name&quot;: &quot;塘口一号&quot;,
&quot;pondType&quot;: &quot;123&quot;,
&quot;pondCategory&quot;: &quot;123&quot;,
&quot;breed&quot;: &quot;123&quot;,
&quot;status&quot;: &quot;1&quot;,
&quot;area&quot;: &quot;123&quot;,
&quot;isHighLevel&quot;: &quot;1&quot;,
&quot;estimatedOutput&quot;: &quot;123&quot;,
&quot;specification&quot;: &quot;123&quot;,
&quot;specificationTime&quot;: &quot;2022-12-21 12:22:22&quot;,
&quot;type&quot;: &quot;1&quot;,
&quot;addTime&quot;: &quot;2023-03-06 15:35:10&quot;,
&quot;updTime&quot;: null
},
&quot;count&quot;: 1,
&quot;error&quot;: &quot;null&quot;
}</code></pre>
<pre><code>{
&quot;res&quot;: 0,
&quot;msg&quot;: &quot;failed&quot;,
&quot;data&quot;: null,
&quot;count&quot;: 0,
&quot;error&quot;: &quot;ID不存在&quot;
}</code></pre>