Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 732 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 732 Bytes

mock-server

node+koa模拟数据接口

Koa需要v7.6.0以上node版本,低于此版本请先升级node

使用到的库

  • koa
  • koa-router
  • qs

执行操作

git clone https://github.com/daijingfeng/mock-server
cd mock-server
npm install
npm run mock

postman测试接口

  • 获取列表(示例接口:http://localhost:3000/api/getlist/0/5) getlist
  • 获取详情(示例接口:http://localhost:3000/api/getdetail/1) getdetail
  • 提交评价成功 comment
  • 提交评价失败 comment