From 50bd3fd1a9942d4a064067a741abd5ed45d9148b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Tue, 7 Dec 2021 10:04:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0${isArgs}=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/serverconfigs/shared/request_variables.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/serverconfigs/shared/request_variables.go b/pkg/serverconfigs/shared/request_variables.go index be3b1c1..fb9ed1b 100644 --- a/pkg/serverconfigs/shared/request_variables.go +++ b/pkg/serverconfigs/shared/request_variables.go @@ -33,6 +33,7 @@ func DefaultRequestVariables() []maps.Map { {"code": "${contentType}", "name": "请求头部的Content-Type", "description": ""}, {"code": "${cookies}", "name": "所有cookie组合字符串", "description": ""}, {"code": "${cookie.NAME}", "name": "单个cookie值", "description": ""}, + {"code": "${isArgs}", "name": "问号(?)标记", "description": "如果URL有参数,则值为`?`;否则,则值为空"}, {"code": "${args}", "name": "所有参数组合字符串", "description": ""}, {"code": "${arg.NAME}", "name": "单个参数值", "description": ""}, {"code": "${headers}", "name": "所有Header信息组合字符串", "description": ""},