1.Pre-request Script下配置时间格式:
postman.setGlobalVariable("maxBehotTime",Date.parse(new Date("2021/06/12 00:00:10")));
postman.setGlobalVariable("minBehotTime",Date.parse(new Date("2020/06/12 23:59:10")));
2.body — json参数设置,在这里引用上边定义的时间格式:文章来源:https://www.toymoban.com/news/detail-701108.html
{
"maxBehotTime": {{maxBehotTime}},
"minBehotTime": {{minBehotTime}},
"size": 8,
"tag": ""
}
文章来源地址https://www.toymoban.com/news/detail-701108.html
到了这里,关于Postman中POST请求传递date类型参数的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!