根据接口文档来测试

1.get请求

postman-根据接口文档进行测试

2.需要传入json类型的

postman-根据接口文档进行测试

 

3.需要权限验证的,Authorization中选择 Basic Auth(根据接口文档),填入用户名密码后点击“Update Request”

postman-根据接口文档进行测试

 

4.需要添加header的

postman-根据接口文档进行测试

5.需要添加cookie的,postman里的Intercept要打开

postman-根据接口文档进行测试

postman-根据接口文档进行测试

6.需要上传文件的

postman-根据接口文档进行测试

相关文章:

  • 2022-12-23
  • 2021-07-16
  • 2021-07-07
猜你喜欢
  • 2021-04-16
  • 2022-01-09
  • 2021-11-27
  • 2021-12-11
相关资源
相似解决方案