Skip to content

Support querying multi post statuses

Ryan Wang请求将github/fork/guqing/feature/posts合并到master

Created by: guqing

What this PR does?

文章分页列表支持多文章状态查询

Why we need it?

文章管理方式重构 需要文章列表多状态查询支持

How to test it?

check 这个 PR 到本地运行,使用接口调用工具测试以下接口

GET http://localhost:8090/api/admin/posts?page=0&size=10&status=PUBLISHED

可以传递多个status参数例如

GET http://localhost:8090/api/admin/posts?page=0&size=10&status=PUBLISHED&status=DRAFT

然后查看接口返回结果是否只包含这写状态的文章

合并请求报告

加载中