Springcloud学习笔记54--postman传递date格式数据

1. postman传递date格式数据

通过定义PostMan全局变量传递

postman.setGlobalVariable("inputtime",Date.parse(new Date("2021/12/16")));

 

 

 

posted @ 2023-01-11 16:41  雨后观山色  阅读(541)  评论(0)    收藏  举报