添加后台代理代码
This commit is contained in:
9
codes/agent/tools/HttpRequestService.out.json
Normal file
9
codes/agent/tools/HttpRequestService.out.json
Normal file
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"method":"请求方式(如:post或者get)",
|
||||
"address":"请求地址(需要带上http或https协议头;如:https://www.baidu.com)",
|
||||
"parameter":"请求参数(页面需要附加的参数,标准key=value形式;如:p1=v1&p2=v2)",
|
||||
"interval":"时间间隔,单位毫秒",
|
||||
"loop":"是否需要重复发送(0:否;非0:是;)"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user