postman发送post、get请求的区别与参数填写方式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postman发送post、get请求的区别与参数填写方式相关的知识,希望对你有一定的参考价值。

参考技术A 方法一:

接口文档明确说明请求方式

方法二:

get请求后存在以 ”?+参数” 形式

个别post请求后也存在 “?+参数”

get请求使用“params”传参

post请求使用“body”传参

根据接口文档内的请求头:Content-Type:application/方式

x-www-from-urlencoded为Body下的x-www-from-urlencoded方式

form-data:支持上传文本、key

x-www-from:仅支持上传格式为“key”:“value”格式参数

以上是关于postman发送post、get请求的区别与参数填写方式的主要内容,如果未能解决你的问题,请参考以下文章

postman get请求和post请求区别

postman 请求get post方法的 区别

postman与soapui操作

Postman发送接口请求的基本使用步骤?

Get和Post的区别

post接口每次一条