Apifox
- https://apifox.aosom.com/help/api-mock/intro-to-mock
- https://www.bilibili.com/video/BV1BZ4y1B7tD/?t=5.337083&bvid=BV1BZ4y1B7tD
mockapi.io
- 手册
https://github.com/mockapi-io/docs/wiki/Code-examples https://mockapi.io/projects新建项目- 点击
new resource - 取一个
resource name,编辑返回内容 - 过滤
xxxx?filter=hello或是xxxx?filter=hello根据所有内容过滤,或是使用field_name=heloo使用指定属性过滤 - 翻页
page=1,limit=10指定页码及每页多少项,页码从 1 开始 - 排序
sortBy=title根据属性title进行排序,order=desc降序排序 - 免费版只能创建 2 个 resource