Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过预请求脚本在邮递员中为我的请求添加查询参数。我怎样才能做到这一点?
像这样的基本东西可以在 Collection 中使用Pre-request Script:
Pre-request Script
pm.request.url.query.add({key: 'test', value: '1234'})