天天看点

教育后台管理系统:Postman

 1 postMan介绍

  Postman是一款功能强大的http接口测试工具,使用postman可以完成http各种请求的功能测试。

  官方地址:https://www.getpostman.com/

  安装Postman

  本教程使用,双击打开 Postman-win64-6.0.10-Setup.exe

2 Postman使用

  

  1. 新建一个Postman窗口
教育后台管理系统:Postman
  1. 窗口介绍

    

教育后台管理系统:Postman

  

3 使用postman测试接口

  发送请求到指定的

    http://localhost:8080/lagou_edu_home/course?methodName=findCourseList

    

教育后台管理系统:Postman

4 创建模块将请求分类

  1. 创建课程模块

     

教育后台管理系统:Postman

  

   2. 选择 Save As 将请求保存到对应模块中

教育后台管理系统:Postman

  3. 描述一下请求的相关信息

教育后台管理系统:Postman

继续阅读