使用jmeter调测接口,以下这个参数在jmeter怎么配置呢?
{
orderProduct=[
{
"productId": "33397",
"productName": "饮料2",
"userId": 11382167
}
],
version=1.5.7,
regionCode=440307
}
使用jmeter调测接口,以下这个参数在jmeter怎么配置呢?
{
orderProduct=[
{
"productId": "33397",
"productName": "饮料2",
"userId": 11382167
}
],
version=1.5.7,
regionCode=440307
}
问题描述不清晰,感觉你的接口像是post类型,直接把参数放在post body中即可,如下: