喵星仔


待办提醒分类列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>待办分类列表接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://192.168.1.31:8080/remind/remindClass</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>返回示例</h5> <pre><code> {     "msg": "操作成功",     "code": 0,     "data": [         {             "searchValue": null,             "params": {},             "id": 1,             "userId": null,             "title": "测试",             "titleEn": "test",             "icon": "cat_files/customer/file/20220617/165545159458518704.jpg",             "sysTips": "测试的",             "type": "1",             "createTime": "2021-11-27 20:04:36"         }     ] }</code></pre>

页面列表

ITEM_HTML