postman传递date格式数据

1.定义全局变量

postman.setGlobalVariable("createDate",Date.parse(new Date("2019/11/23 10:10:10")));

postman传递date格式数据_第1张图片
2.json字符串中引用

"createDate": "{
    {createDate}}"

你可能感兴趣的:(psotman,postman,Date)