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

技术团队文档示例


【学习园地】一级二级分类数据V1.0.0

<p><strong>简要描述:</strong> </p> <ul> <li>获取弹窗提醒列表V1.0.0</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/app/supervise/findAllTypeTree</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> <tr> <td style="text-align: left;">companyId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>公司ID</td> <td>1</td> </tr> </tbody> </table> <p><strong>返回示例</strong> { &quot;result&quot;: 200, &quot;message&quot;: &quot;操作成功&quot;, &quot;object&quot;: [ { &quot;id&quot;: 3, &quot;text&quot;: &quot;安监室&quot;, &quot;state&quot;: &quot;closed&quot;, &quot;checked&quot;: false, &quot;children&quot;: [ { &quot;id&quot;: 6, &quot;text&quot;: &quot;每周一题&quot;, &quot;state&quot;: &quot;open&quot;, &quot;checked&quot;: false, &quot;children&quot;: [], &quot;iconCls&quot;: &quot;&quot;, &quot;pid&quot;: 3 }, { &quot;id&quot;: 7, &quot;text&quot;: &quot;每周一课&quot;, &quot;state&quot;: &quot;open&quot;, &quot;checked&quot;: false, &quot;children&quot;: [], &quot;iconCls&quot;: &quot;&quot;, &quot;pid&quot;: 3 }, { &quot;id&quot;: 8, &quot;text&quot;: &quot;学习题库&quot;, &quot;state&quot;: &quot;open&quot;, &quot;checked&quot;: false, &quot;children&quot;: [], &quot;iconCls&quot;: &quot;&quot;, &quot;pid&quot;: 3 } ], &quot;iconCls&quot;: &quot;&quot;, &quot;pid&quot;: 0 }, { &quot;id&quot;: 9, &quot;text&quot;: &quot;服务部&quot;, &quot;state&quot;: &quot;closed&quot;, &quot;checked&quot;: false, &quot;children&quot;: [ { &quot;id&quot;: 10, &quot;text&quot;: &quot;经营系统规范&quot;, &quot;state&quot;: &quot;open&quot;, &quot;checked&quot;: false, &quot;children&quot;: [], &quot;iconCls&quot;: &quot;&quot;, &quot;pid&quot;: 9 } ], &quot;iconCls&quot;: &quot;&quot;, &quot;pid&quot;: 0 } ] }</p> <p><strong>备注:</strong> &lt;font color='red'&gt;弹框不用考虑即时性,例如控制为每次打开APP后主动拉取一次待处理信息, 如果列表长度为0则表示无需弹框提醒</p> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML