Springcloud学习笔记54--postman传递date格式数据
1. postman传递date格式数据
通过定义PostMan全局变量传递
postman.setGlobalVariable("inputtime",Date.parse(new Date("2021/12/16")));
通过定义PostMan全局变量传递
postman.setGlobalVariable("inputtime",Date.parse(new Date("2021/12/16")));