东农后台api接口文档

接口文档


单设备详情页面

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>单页面详情信息展示</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xgkj.hljnyxx.com/dongnongBackend/index.php//Home/Equipment/getSingleEquipmentInfo</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;">equId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>设备ID</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> {     &amp;quot;code&amp;quot;: 0,     &amp;quot;msg&amp;quot;: &amp;quot;请求成功&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;use_info&amp;quot;: {             &amp;quot;currentLocation&amp;quot;: &amp;quot;A-1&amp;quot;,             &amp;quot;currentUser&amp;quot;: &amp;quot;张老师,周学生,周学&amp;quot;,             &amp;quot;currentEndTime&amp;quot;: &amp;quot;2023-06-02 00:00:00&amp;quot;         },         &amp;quot;maintain_info&amp;quot;: [             {                 &amp;quot;create_time&amp;quot;: &amp;quot;2023-03-02 10:30:30&amp;quot;,                 &amp;quot;content&amp;quot;: &amp;quot;维修了设备&amp;quot;,                 &amp;quot;maintain_name&amp;quot;: &amp;quot;张工&amp;quot;,                 &amp;quot;record_name&amp;quot;: &amp;quot;李工&amp;quot;             },             {                 &amp;quot;create_time&amp;quot;: &amp;quot;2023-03-02 10:30:30&amp;quot;,                 &amp;quot;content&amp;quot;: &amp;quot;维修了设备&amp;quot;,                 &amp;quot;maintain_name&amp;quot;: &amp;quot;张工&amp;quot;,                 &amp;quot;record_name&amp;quot;: &amp;quot;赵工&amp;quot;             }         ]     } }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">user_info</td> <td style="text-align: left;">设备使用信息说明</td> </tr> <tr> <td style="text-align: left;">+currentLocation</td> <td style="text-align: left;">设备当前位置</td> </tr> <tr> <td style="text-align: left;">+currentUser</td> <td style="text-align: left;">设备当前占有人</td> </tr> <tr> <td style="text-align: left;">+currentEndTime</td> <td style="text-align: left;">设备当前占用截止时间</td> </tr> <tr> <td style="text-align: left;">maintain_info</td> <td style="text-align: left;">设备维修记录说明</td> </tr> <tr> <td style="text-align: left;">+create_time</td> <td style="text-align: left;">设备维修时间</td> </tr> <tr> <td style="text-align: left;">+content</td> <td style="text-align: left;">设备维修内容</td> </tr> <tr> <td style="text-align: left;">+maintain_name</td> <td style="text-align: left;">设备维修人</td> </tr> <tr> <td style="text-align: left;">+record_name</td> <td style="text-align: left;">设备记录人</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>设备基本信息在本接口不会返回</li> <li>在设备使用信息显示内容中,如果该设备在线访问该接口会有返回值,如果离线则“设备当前位置”字段显示设备安装位置即可,占用人和时间显示空或者暂无</li> <li>如果该设备是公用,则按照上述“离线”状态显示内容即可</li> </ul>

页面列表

ITEM_HTML