中移铁通接口文档修改部分

技术团队文档示例


【安全管理】消防安全查找所有消防器材V1.0.0

<p><strong>简要描述:</strong> </p> <ul> <li>【安全管理】消防安全查找所有消防器材V1.0.0</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/app/secure/secureFireEquipment</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <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> <th>说明</th> <th>示例</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">version</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>版本号</td> <td>1.0.0</td> </tr> </tbody> </table> <p><strong>返回示例</strong> { &quot;result&quot;: 200, &quot;message&quot;: &quot;操作成功&quot;, &quot;object&quot;: [ { &quot;id&quot;: 1, &quot;companyId&quot;: 1, &quot;equipment&quot;: &quot;灭火器&quot;, &quot;equipmentCode&quot;: &quot;CS2312315&quot;, &quot;num&quot;: 2, &quot;factory&quot;: &quot;不知道&quot;, &quot;createId&quot;: 670, &quot;createTime&quot;: &quot;2018-12-18 11:59:46&quot;, &quot;indate&quot;: &quot;2018-12-29 11:59:48&quot;, &quot;placeSite&quot;: &quot;软件园&quot; }, { &quot;id&quot;: 2, &quot;companyId&quot;: 7, &quot;equipment&quot;: &quot;消防栓&quot;, &quot;equipmentCode&quot;: &quot;XFS1225204&quot;, &quot;num&quot;: 13, &quot;factory&quot;: &quot;福建消防有限责任公司&quot;, &quot;createId&quot;: 1, &quot;createTime&quot;: &quot;2018-12-25 15:56:03&quot;, &quot;indate&quot;: &quot;2018-12-31 00:00:00&quot;, &quot;placeSite&quot;: &quot;软件园B区11号楼3层&quot; } ] }</p> <p><strong>返回参数特别说明:</strong> </p> <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;"><font color='red'>id</td> <td style="text-align: left;">int</td> <td>消防器材记录ID</td> </tr> <tr> <td style="text-align: left;"><font color='red'>companyId</td> <td style="text-align: left;">int</td> <td>公司id</td> </tr> <tr> <td style="text-align: left;"><font color='red'>equipment</td> <td style="text-align: left;">string</td> <td>消防器材名称</td> </tr> <tr> <td style="text-align: left;"><font color='red'>equipmentCode</td> <td style="text-align: left;">string</td> <td>消防器材型号</td> </tr> <tr> <td style="text-align: left;"><font color='red'>num</td> <td style="text-align: left;">int</td> <td>数量</td> </tr> <tr> <td style="text-align: left;"><font color='red'>factory</td> <td style="text-align: left;">string</td> <td>生产厂家</td> </tr> <tr> <td style="text-align: left;"><font color='red'>createId</td> <td style="text-align: left;">int</td> <td>创建人ID</td> </tr> <tr> <td style="text-align: left;"><font color='red'>createTime</td> <td style="text-align: left;">date</td> <td>配置时间</td> </tr> <tr> <td style="text-align: left;"><font color='red'>indate</td> <td style="text-align: left;">date</td> <td>有效期</td> </tr> <tr> <td style="text-align: left;"><font color='red'>placeSite</td> <td style="text-align: left;">string</td> <td>安放地点</td> </tr> </tbody> </table>

页面列表

ITEM_HTML