设置变量
Pre-request Script :在请求前会执行的脚本代码块
1.本地变量 : 作用于当前请求
pm.variables.set(参数名,参数值);
调用变量{{变量名}}
pm.variables.set(“ip”,‘39.98.138.157:5000’);
设置毫秒级时间戳
pm.variables.set("nowTime",Date.now());
设置变量
Pre-request Script :在请求前会执行的脚本代码块
1.本地变量 : 作用于当前请求
pm.variables.set(参数名,参数值);
调用变量{{变量名}}
pm.variables.set(“ip”,‘39.98.138.157:5000’);
设置毫秒级时间戳
pm.variables.set("nowTime",Date.now());