使用restClient工具发送post请求并带参数

 

运行 restClient

点 Method选项卡,选中post方法

使用restClient工具发送post请求并带参数_第1张图片

 

然后切换到 Body选项卡,点右边的 倒三角,选 String body

使用restClient工具发送post请求并带参数_第2张图片

 

出现如下窗口:

使用restClient工具发送post请求并带参数_第3张图片

点击右边红圈里的按钮,弹出窗口:

使用restClient工具发送post请求并带参数_第4张图片

点是,变为如下样式:

使用restClient工具发送post请求并带参数_第5张图片

画线部分会自动变成如图所示,不用管,然后直接添加参数,点右侧红圈中的按钮添加参数即可。

 ================

使用restClient工具发送post请求并带参数_第6张图片

添加好参数的效果,如上图所示,其实如果不想点上面的加号,一个一个属性的添加参数,也可以直接在 StringBody 下的白框里一起编辑添加,中间用 & 符号连接,但是要保证 上面的 ContentType 必须是表单的ContextType,即 application/x-www-form-urlencoded; charset=UTF-8

 

转载于:https://www.cnblogs.com/libin6505/p/9724251.html

你可能感兴趣的:(使用restClient工具发送post请求并带参数)