每次都要在headers里添加token信息,太麻烦了!百度到了一段代码,添加到Tests里了,还是不行。
var data = JSON.parse(responseBody);if (data.data.token) {tests["Body has token"] = true;postman.setEnvironmentVariable("token", data.data.token);}else {tests["Body has token"] = false;