https://www.cnblogs.com/rookie-c/p/5753948.html#4100341
https://www.jellythink.com/archives/category/tool-tutorials/postman/page/2
1、postman接口请求流程
请求方式、post/get 、请求url 、请求头、请求参数
发送请求--接收请求--响应--接收响应
区分两种不同的方式
get请求不用设置请求头
post请求需要设置请求头 content-type application/json
2、postman 测试断言
一个完整的接口测试,包括:请求->获取响应正文->断言
3、
管理用例---Collections