Files
youlegames/codes/agent/tools/HttpRequest.out.json
2026-03-15 01:27:05 +08:00

10 lines
375 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[
{
"method":"请求方式post或者get",
"address":"请求地址需要带上http或https协议头https://www.baidu.com",
"parameter":"请求参数页面需要附加的参数标准key=value形式p1=v1&p2=v2",
"interval":"时间间隔,单位毫秒",
"loop":"是否需要重复发送0非0"
}
]