简体中文
主题
设置 HTTP 参数类型(query、path、header、body、cookie)。
param.http.type=groovy:it.ann("org.springframework.web.bind.annotation.RequestBody") != null ? "body" : "query"