标签:get image 用户自定义变量 get请求 shell变量 inter config height int
前面,定义了CSV Data Set Config 组件,那么就可以引用里面的变量channel,interface_name,token,providerid,date了
无论是GET请求还是POST请求,在URL还是body,header里面都可以引用到用户自定义变量,beanshell变量(前提要用vars.put()方法转换)
http://域名[ip]/api/${interface_name}?channel=${channel}
{
"token":"${token}"
}
header组件引用变量
3.如何实现HTTP请求中,URL,body,header参数化
标签:get image 用户自定义变量 get请求 shell变量 inter config height int
原文地址:https://www.cnblogs.com/yinzone/p/12949392.html