Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Postman 中有一个 POST 请求。
请求中的一个字段是项目的价格。
我不想手动更改值,然后每次都发送请求。
我想生成一个随机值,然后为该字段设置它。然后发送请求。
我怎样才能做到这一点?
您可以将表单数据字段设置{{$randomInt}}为将随机生成的介于 1 和 1000 之间的整数插入到请求的字段中。
{{$randomInt}}
KEY VALUE
KEY
VALUE
price {{$randomInt}}
price