HTHT


app - 新闻管理内容查询

<h5>简要描述</h5> <ul> <li>通过菜单查询Id,去查询对应菜单的新闻</li> </ul> <h5>请求URL</h5> <ul> <li><code>/a/anzhouzhiyuan/con-manage-data/app</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;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>菜单Id</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code> http://localhost:8061/a/anzhouzhiyuan/con-manage-data/app/1605475761156784128 </code></pre> <h5>返回示例</h5> <pre><code> { "code": 1, "data": [ { "createdBy": "1605133070896201728", "createdDate": "2022-12-23 11:18:06", "lastModifiedBy": "1605133070896201728", "lastModifiedDate": "2022-12-23 11:18:06", "version": 0, "description": null, "id": "1606126974634295296", "title": "test", "dataTypeId": "1605475761173561344", "dataTypeName": "栏目3", "status": "3", "statusName": null, "content": "&lt;p&gt;测试wwefewr&lt;/p&gt;", "sort": "2", "available": 1 }, { "createdBy": "1605133070896201728", "createdDate": "2022-12-23 10:56:35", "lastModifiedBy": "1605133070896201728", "lastModifiedDate": "2022-12-23 10:56:35", "version": 0, "description": null, "id": "1606121560333090816", "title": "test22", "dataTypeId": "1605475761173561344", "dataTypeName": "栏目3", "status": "3", "statusName": null, "content": "&lt;p&gt;测试&lt;/p&gt;", "sort": "1", "available": 1 }, { "createdBy": "1605133070896201728", "createdDate": "2022-12-23 10:54:01", "lastModifiedBy": "1605133070896201728", "lastModifiedDate": "2022-12-23 10:54:01", "version": 0, "description": null, "id": "1606120914615795712", "title": "test", "dataTypeId": "1605475761173561344", "dataTypeName": "栏目3", "status": "3", "statusName": null, "content": "&lt;p&gt;测试&lt;/p&gt;", "sort": "1", "available": 1 } ], "message": null, "path": null, "extra": null, "timestamp": 1672024936304, "errorMsg": "", "success": true } </code></pre>

页面列表

ITEM_HTML