接口返回信息如下,想提取data中的 "id": 1364 并设置为环境变量
//把json字符串转化为对象var data=JSON.parse(responseBody);var id=data.data.id;//设置成全局变量pm.globals.set("id", id);