首页 > 其他分享 >postman 如何参数中传json数据

postman 如何参数中传json数据

时间:2022-12-26 10:34:32浏览次数:63  
标签:www postman raw json 选中 参数 中传

最近弄前端,测试须自己测试接口,参数中有个data里面是json对象格式的。
弄好一会传不上去。

tips:
1.选中了raw,才会选取raw所写的参数;如果选中x-www-form-urlencoded会传x-www-form-urlencoded其参数
2.raw需要选中json
3.拼接的参数,需要是在双引号下,单引号会报错(我用nodejs写的接口解析是会这样的)

标签:www,postman,raw,json,选中,参数,中传
From: https://www.cnblogs.com/pansidong/p/17005155.html

相关文章