postman传query一个数组类型的参数,并且数组里面只有一个值的时候

1.在所加的检索项目后面加上[0],

例:

bash 复制代码
item[0]

2.数组里面多个值的时候,写两个相同的项目名,值不相同

bash 复制代码
item=value1
item=value2

再看不懂,我也没办法了。

相关推荐
lifewange2 天前
postman接口自动化如何进行参数化
数据库·自动化·postman
妖萌妹儿2 天前
postman怎么做参数化批量测试,测试不同输入组合
开发语言·javascript·postman
尘中客4 天前
Postman进阶实战:优雅调试带 GZIP 压缩与百KB级复杂嵌套 JSON 的 RESTful API
json·postman·restful·php开发·gzip解压
lifewange5 天前
Postman如何实现接口自动化
自动化·lua·postman
希望永不加班5 天前
SpringBoot 接口测试:Postman 与 JUnit 5 实战
java·spring boot·后端·junit·postman
大连好光景5 天前
接口测试之Postman+Jmeter
jmeter·http·postman
class心平气和6 天前
postman-mcp-server
测试工具·postman
lakernote9 天前
EasyPostman 重大更新:正式支持插件模式,当前已上线 5 个官方插件
java·测试工具·开源·postman
老神在在00110 天前
测试分类+自动化测试01
功能测试·学习·单元测试·postman
山里幽默的程序员11 天前
Postman如何导出全部接口集合?备份与共享详细步骤
测试工具·postman