ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
~~~[api] post:/api/cms/blocklist int:pageNumber=1#要请求的列表数据页码 int:pageSize=10#列表数据每页展示的数量 string:filter={"name":"content_review"}#区块名称 op={"name":"="}#对应上述的查询逻辑,非业务特殊需求,参数默认“=”即可 <<< success 此处仅显示接口实际测试结果,具体返回值说明请对照下方代码示例 <<< error 此处仅显示接口实际测试结果,具体返回值说明请对照下方代码示例 ~~~ ~~~ { "code": 1, //请求成功码 "msg": "", //说明信息 "time": "1571883457", "data": { "total": 1, //列表数据总条数 "rows": [ { "id": 29, //区块id "type": "内容回顾", //区块类型 "name": "content_review", //区块名称 "title": "内容回顾-栏目轮播图示例1", //区块标题 //区块图片 "image": "http://www.rizhaohaiyangguan.club/uploads/20191024/0234b2ddd949d683b679773414763c2a.png", "url": "", //区块跳转链接 "content": "", //区块内容 "weigh": 29, //显示权重 "createtime": 1571882736, "updatetime": 1571883451, "status": "normal", //区块展示状态 "status_text": "正常" } ] } } ~~~