Gatling Simulation 中 post 请求主体中的时间戳
Timestamping in a post request body in Gatling Simulation
post 请求的 JSON 正文包含一个需要根据时间更改的时间参数。
我如何为它定义一个属性,以便我可以在请求正文中这样调用它,
"time": "${timestamp}"
感谢您的帮助。
有一个内置的表达式语言函数 currentTimeMillis()
,请参阅 doc。
post 请求的 JSON 正文包含一个需要根据时间更改的时间参数。
我如何为它定义一个属性,以便我可以在请求正文中这样调用它,
"time": "${timestamp}"
感谢您的帮助。
有一个内置的表达式语言函数 currentTimeMillis()
,请参阅 doc。