pm.test("get token", function() { var data = JSON.parse(responseBody) pm.collectionVariables.set("token", data.data) })
集合变量
pm.collectionVariables.set(variableName:String, variableValue:String)
环境变量
pm.environment.set(variableName:String, variableValue:String)