From 7d06a9575dad965f67cfedfe04344ef51ed0b181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:23:07 +0800 Subject: [PATCH] Update http-framework-test.yaml --- tools/http-framework-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/http-framework-test.yaml b/tools/http-framework-test.yaml index dd8537a3..20d777d3 100644 --- a/tools/http-framework-test.yaml +++ b/tools/http-framework-test.yaml @@ -732,7 +732,7 @@ description: | parameters: - name: "url" type: "string" - description: "目标URL(可自动编码路径/参数,避免特殊字符导致的请求失败)" + description: "目标URL(可自动编码路径/参数,避免特殊字符导致的请求失败如:https://www.target.com/s?wd=test)" required: true flag: "--url" - name: "method"