postman小结
发布日期:2021-08-11 07:31:52 浏览次数:9 分类:技术文章

本文共 448 字,大约阅读时间需要 1 分钟。

1.get和post请求,get有限制2k,post没有限制post安全

在选择的时候别把get post选错然后,run

2.data 选成txt文件  utf-8 

ip

ip,result

12.12.12.12,美国
111.11.2.3,河北
123.123.123.123,北京

data file type txt/csv

3.环境变量 添加环境变量 user_id 

 4.txt -》另存为-》编码改为utf-8

5.http://ip.taobao.com/service/getIpInfo.php?ip={

{ip}}

pm.test("Body matches string", function () {

pm.expect(pm.response.text()).to.include(data.result);
});

console.log(data.result);

转载于:https://www.cnblogs.com/gdf456/p/10761875.html

转载地址:https://blog.csdn.net/weixin_30616969/article/details/98690289 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:页面内容逐渐显示插件scrollReveal.min.js
下一篇:Ubuntu配置更换国内源的方法

发表评论

最新留言

哈哈,博客排版真的漂亮呢~
[***.90.31.176]2024年04月09日 15时33分27秒