【发布时间】:2023-01-30 21:18:13
【问题描述】:
想在邮递员中自动设置令牌。在登录 Api 调用时自动在邮递员中设置令牌。 想清除邮递员变量并设置新的令牌作为 Api 响应
【问题讨论】:
想在邮递员中自动设置令牌。在登录 Api 调用时自动在邮递员中设置令牌。 想清除邮递员变量并设置新的令牌作为 Api 响应
【问题讨论】:
pm.collectionVariables.unset("<token _name>");
pm.collectionVariables.set("<token_name>", pm.response.text());
【讨论】: