Postman测试写法的问题

Posted huoxiansudi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Postman测试写法的问题相关的知识,希望对你有一定的参考价值。

Postman测试

(花费我2小时,还以为遇到神奇的东西。。。以后注意)

http://localhost:9001/label/labelList?id=1191881034321498112&page=1&size=1 这种写法有问题

http://localhost:9001/label/labelList/1191881034321498112/1/3 正确的测试写法

以上是关于Postman测试写法的问题的主要内容,如果未能解决你的问题,请参考以下文章

postman接口测试篇- 数组内json value check断言写法及输出log方法

Postman(06)Postman调接口报错400 Bad Request

postman中的请求转换到jmeter中的写法,比如postman中的x-www-form-urlencoded

Postman测试express中间件(body-parser),req.body为空的问题

jmeter 和 postman 提交 传输类型为 "multipart/form-data" 的传送写法

使用 Postman 测试 API,Postman 调用在哪里?