「文件服务器 + 请求转发服务器」
简介
1、可以当做文件服务器

2、可以当做请求转发服务器

请求:

curl --location --request POST 'http://127.0.0.1:10242//a14b20b4-a11d-4b59-ab46-293b3e6611a4/模拟HTTP请求?targetOut=RespBody' \
--header 'action: 111' \
--header 'Content-Type: application/json' \
--data-raw '{
"runName":"打开跳板机(双击运行)",
"input":["xxxxx"],
"order":{
"orderNo":"C001"
},
"item":[
{
"planQty":0
}
]
}'
a14b20b4-a11d-4b59-ab46-293b3e6611a4 是 quicker中某个动作的ID
模拟HTTP请求 是动作中的子程序
最近更新
修订版本
|
更新时间
|
更新说明
|
0
|
17小时40分钟前
|
|