gpt4 book ai didi

postman - postman 在请求前脚本中以编程方式设置集合变量

转载 作者:行者123 更新时间:2023-12-03 22:31:04 27 4
gpt4 key购买 nike

当前,可以从globalenvironment范围以及预请求脚本中的通用variable设置和获取变量。但是,文档尚不清楚,是否可以通过编程方式设置collection作用域变量。

例如

pm.environment.set("timestamp", timestamp);  //acceptable
pm.global.set("signature", hash); //acceptable
pm.variable.set("signature", hash); //acceptable
pm.collection.set("signature", hash); //not possible?

这可能吗?

最佳答案

您目前只能在“集合”级别上手动设置这些设置,但可以使用pm.variables.get('var_name')语法进行引用。

https://www.getpostman.com/docs/v6/postman/environments_and_globals/variables#defining-collection-variables

编辑:

postman 现在允许您使用:
pm.collectionVariables.set('var_name', 'var_value')pm.collectionVariables.get('var_name')在集合级别与变量交互。

https://stackoverflow.com/a/58325002/6028443

关于postman - postman 在请求前脚本中以编程方式设置集合变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49158871/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com