根据接口文档来测试
1.get请求
2.需要传入json类型的
3.需要权限验证的,Authorization中选择 Basic Auth(根据接口文档),填入用户名密码后点击“Update Request”
4.需要添加header的
5.需要添加cookie的,postman里的Intercept要打开
6.需要上传文件的
时间: 2024-10-12 11:08:54
根据接口文档来测试
1.get请求
2.需要传入json类型的
3.需要权限验证的,Authorization中选择 Basic Auth(根据接口文档),填入用户名密码后点击“Update Request”
4.需要添加header的
5.需要添加cookie的,postman里的Intercept要打开
6.需要上传文件的